mirror of
https://github.com/detleph/components.git
synced 2026-09-09 16:06:17 +02:00
Change command to npx
This commit is contained in:
@@ -20,4 +20,4 @@ jobs:
|
|||||||
- name: Install deploy-storybook
|
- name: Install deploy-storybook
|
||||||
run: npm i -g @storybook/storybook-deployer
|
run: npm i -g @storybook/storybook-deployer
|
||||||
- name: Build and deploy
|
- name: Build and deploy
|
||||||
run: storybook-to-gh-pages -- --ci --branch=gh-pages
|
run: npx -p @storybook/storybook-deployer storybook-to-ghpages -- --ci --branch=gh-pages
|
||||||
|
|||||||
Reference in New Issue
Block a user