Skip to content

Commit

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

* fix merge
  • Loading branch information
cansavvy authored Feb 16, 2022
1 parent edd2e52 commit 7e94925
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,14 +324,7 @@ jobs:
branch_name='preview-${{ github.event.pull_request.number }}'
git fetch --all
git checkout $branch_name
# Start fresh and delete these files
rm -rf docs/* || echo "no docs/ folder to delete"
rm -rf *.rds || echo "no RDS file to delete"
git add . || echo "no files to add"
git commit -m "delete docs" || echo "no files to delete"
git merge -s recursive --strategy-option=theirs origin/${{ github.head_ref }}
git merge -s recursive --strategy-option=ours origin/${{ github.head_ref }}
shell: bash

# Run bookdown rendering
Expand Down

0 comments on commit 7e94925

Please sign in to comment.