We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5ea0e commit 48f9fa7Copy full SHA for 48f9fa7
.github/workflows/deploy-storybook.yml
@@ -31,4 +31,5 @@ jobs:
31
uses: peaceiris/actions-gh-pages@v4
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
+ publish_branch: gh-pages
35
publish_dir: ./storybook-static # This is the default output directory for Storybook
0 commit comments