Change command to npx

This commit is contained in:
Stephan
2022-10-04 09:20:11 +02:00
committed by GitHub
parent 76db7eb29b
commit 40878502a3
+1 -1
View File
@@ -20,4 +20,4 @@ jobs:
- name: Install deploy-storybook
run: npm i -g @storybook/storybook-deployer
- 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