Skip to content

Commit

Permalink
pull rebase and -Xtheirs
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Jan 4, 2024
1 parent ee00e7e commit 9af8f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: git config pull.rebase true

- name: Pull latest changes from remote gh-pages branch
run: git pull origin gh-pages
run: git pull -Xtheirs origin gh-pages

- name: Push changes to gh-pages
run: git push origin gh-pages
Expand Down

0 comments on commit 9af8f1a

Please sign in to comment.