Skip to content

Commit

Permalink
auto resovle
Browse files Browse the repository at this point in the history
  • Loading branch information
Shummy1991 committed Oct 11, 2023
1 parent 0592d8d commit 69c2912
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 --allow-unrelated-histories
git merge main --allow-unrelated-histories --no-ff -X theirs
- run: npm ci
- run: npm run build-storybook
Expand Down

0 comments on commit 69c2912

Please sign in to comment.