Skip to content

Commit

Permalink
ci: ignore history commit
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jan 26, 2024
1 parent 1f6bfd0 commit fbe4b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npx gh-pages -d storybook/dist -u "github-actions-bot <support+actions@github.com>"
npx gh-pages -d storybook/dist -u "github-actions-bot <support+actions@github.com>" --no-history
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fbe4b68

Please sign in to comment.