Skip to content

Commit

Permalink
Add docs handling
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 16, 2022
1 parent 2f9d742 commit edd2e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ jobs:
# 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 .
git commit -m "delete docs"
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 }}
shell: bash
Expand Down

0 comments on commit edd2e52

Please sign in to comment.