Skip to content

Commit

Permalink
feat: publish storybook from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Jan 18, 2024
1 parent ec35c4e commit e4b0b96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
permissions:
contents: write
pull-requests: write
pages: write
id-token: write

jobs:
test:
Expand All @@ -33,7 +35,7 @@ jobs:
- run: pnpm install
- run: pnpm run build
- run: pnpm run build-storybook
- uses: JamesIves/github-pages-deploy-action@v4
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.2
with:
folder: storybook-static

Expand Down

0 comments on commit e4b0b96

Please sign in to comment.