Skip to content

Commit

Permalink
Add storybook publish to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Jan 22, 2025
1 parent 55e63f1 commit e91917e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ jobs:
version: 10

- run: pnpm build

- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: storybook-static
force_orphan: true

0 comments on commit e91917e

Please sign in to comment.