Skip to content

Commit

Permalink
Fix gh-pages conflicting every merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk committed Apr 8, 2021
1 parent 5fdc2d9 commit f07f5aa
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 @@ -21,7 +21,7 @@ jobs:
- name: Fetch
run: git fetch
- name: Rebase
run: git rebase origin/master
run: git rebase -Xours origin/master
- name: Gendoc
run: nimble gendoc
- name: Commit files
Expand Down

0 comments on commit f07f5aa

Please sign in to comment.