We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee4b93 commit 2cc3c8fCopy full SHA for 2cc3c8f
1 file changed
.github/workflows/storybook-deploy.yml
@@ -26,10 +26,10 @@ jobs:
26
npm install --include=optional --package-lock=false
27
npm run build-storybook -- --disable-telemetry
28
29
- - name: Deploy to gh-pages
30
- uses: JamesIves/github-pages-deploy-action@v4
+ - name: Github Pages
+ uses: JamesIves/github-pages-deploy-action@releases/v3
31
with:
32
- token: ${{ secrets.ACCESS_TOKEN }}
33
- branch: gh-pages
34
- folder: storybook-static
35
- clean: true
+ ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ BRANCH: gh-pages
+ FOLDER: storybook-static
+ CLEAN: true
0 commit comments