Skip to content

Commit

Permalink
fix: Preserve existing storybook deployments
Browse files Browse the repository at this point in the history
- Add keep_files option to preserve existing gh-pages content
- Update deployment commit message
  • Loading branch information
choiseona committed Nov 13, 2024
1 parent 6e3f216 commit 3a6c54a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/storybook-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./client/storybook-static
destination_dir: ${{ github.ref == 'refs/heads/main' && 'storybook' || 'storybook-develop' }}
keep_files: true
commit_message: "docs: deploy storybook"

0 comments on commit 3a6c54a

Please sign in to comment.