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