Skip to content

Commit

Permalink
--ours -> -Xours
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk committed Apr 8, 2021
1 parent 7ffb5b5 commit 7aadb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Fetch
run: git fetch
- name: Rebase
run: git rebase origin/master --ours
run: git rebase -Xours origin/master
- name: Gendoc
run: nimble gendoc
- name: Commit files
Expand Down

0 comments on commit 7aadb37

Please sign in to comment.