Skip to content
Permalink
Browse files
add index before committing?
  • Loading branch information
njtierney committed Sep 2, 2020
1 parent 60ea564 commit 68002e069db869ad4296d0a50da51ff3f2062c3a
Showing 1 changed file with 1 addition and 0 deletions.
@@ -25,5 +25,6 @@ jobs:
run: |
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
git add index.html
git commit index.html -m 'Re-build index.Rmd' || echo "No changes to commit"
git push origin || echo "No changes to commit"

0 comments on commit 68002e0

Please sign in to comment.