Skip to content

Commit

Permalink
-origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Shummy1991 committed Oct 11, 2023
1 parent 1c7b750 commit 3091ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- run: |
git config --global user.name "Shummy1991"
git config --global user.email "[email protected]"
git checkout origin/storybook
git merge origin/main
git checkout storybook
git merge main
- run: npm ci
- run: npm run build-storybook
Expand Down

0 comments on commit 3091ef1

Please sign in to comment.