Skip to content

Commit

Permalink
Cansavvy/merge conflict (#475)
Browse files Browse the repository at this point in the history
* Try to fix merge conflict

* fix merge

* fix merge conflict problem

* return to original strategy
  • Loading branch information
cansavvy authored Feb 16, 2022
1 parent 7e94925 commit 34dc28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
branch_name='preview-${{ github.event.pull_request.number }}'
git fetch --all
git checkout $branch_name
git merge -s recursive --strategy-option=ours origin/${{ github.head_ref }}
git merge -s recursive --strategy-option=theirs origin/${{ github.head_ref }}
shell: bash

# Run bookdown rendering
Expand Down

0 comments on commit 34dc28a

Please sign in to comment.