Skip to content

Commit 53f4bd0

Browse files
committed
docs: ✏️ dot file fix
1 parent 2d9b118 commit 53f4bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Deploy
3232
run: |
3333
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>"
34+
npx gh-pages -t -d storybook-static -u "github-actions-bot <support+actions@github.com>"
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)