Skip to content

Commit

Permalink
Merge pull request #19 from SciNim/dev
Browse files Browse the repository at this point in the history
fix gh-pages conflicting
  • Loading branch information
Clonkk authored Apr 8, 2021
2 parents 9b84618 + b952daf commit 7ffb5b5
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
run: git rebase origin/master --ours
- name: Gendoc
run: nimble gendoc
- name: Commit files
Expand Down

0 comments on commit 7ffb5b5

Please sign in to comment.