Skip to content

Commit

Permalink
Merge 8119b2d into 7e94925
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Feb 16, 2022
2 parents 7e94925 + 8119b2d commit 8a690c2
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 8a690c2

Please sign in to comment.