Skip to content

Commit

Permalink
unrelated histories
Browse files Browse the repository at this point in the history
  • Loading branch information
Shummy1991 committed Oct 11, 2023
1 parent c4b422b commit da74dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config --global user.email "[email protected]"
git fetch
git checkout storybook
git merge main
git merge main --allow-unrelated-histories
- run: npm ci
- run: npm run build-storybook
Expand Down

0 comments on commit da74dda

Please sign in to comment.