Skip to content

Commit

Permalink
Rebase -Xours
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkas committed Dec 26, 2023
1 parent 025d941 commit 07ea339
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Rebase with main branch
run: |
git fetch
git branch
git rebase origin/main
git rebase -Xours origin/main
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 07ea339

Please sign in to comment.