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 1a31d33 commit 37dbfdeCopy full SHA for 37dbfde
1 file changed
.github/workflows/docs.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Deploy
30
run: |
31
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
32
- npx gh-pages -d build -u "github-actions-bot <support+actions@github.com>"
+ npx gh-pages -d storybook-static -u "github-actions-bot <support+actions@github.com>"
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments