Skip to content

Commit

Permalink
gh action storybook-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikMatiasko committed Apr 15, 2024
1 parent cbe2e52 commit 4ed223c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build and Publish Storybook to GitHub Pages

on:

push:
branches:
- 'main'
Expand All @@ -13,10 +12,13 @@ permissions:

jobs:
deploy:
name: Build and Publish Storybook
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Checkout code
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@floating-ui/react": "^0.26.2",
"@floating-ui/react-dom": "^2.0.4",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@hookform/resolvers": "^3.3.4",
"@lezer/highlight": "^1.2.0",
"@mdx-js/react": "^2.3.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
Expand Down

0 comments on commit 4ed223c

Please sign in to comment.