Skip to content

Commit

Permalink
Update docs/ handling
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 16, 2022
1 parent 8536943 commit 2f9d742
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

# Use the yaml-env-action action.
- name: Load environment from YAML
uses: doughepi/[email protected]
Expand Down Expand Up @@ -326,9 +326,9 @@ jobs:
git checkout $branch_name
# Start fresh and delete these files
rm -rf docs/* *.rds
git rm docs/*
git rm *.rds
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 merge -s recursive --strategy-option=theirs origin/${{ github.head_ref }}
Expand Down

0 comments on commit 2f9d742

Please sign in to comment.