Skip to content

Commit

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

0 comments on commit 331fbe3

Please sign in to comment.