Skip to content

Commit

Permalink
Added GitHub Pages workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Sep 22, 2024
1 parent cd81bbc commit f873007
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build and Publish Storybook to GitHub Pages

on:
push:
branches:
- 'main'

permissions:
contents: read
pages: write
id-token: write

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: bitovi/[email protected]
with:
path: storybook-static
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules
/storybook-static

0 comments on commit f873007

Please sign in to comment.