Skip to content

Commit

Permalink
gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikMatiasko committed Apr 14, 2024
1 parent 2cec6a9 commit 6fedaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
on:
push:
branches:
- pm/new-design
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm install
- name: Deploy storybook
Expand Down

0 comments on commit 6fedaea

Please sign in to comment.