Skip to content

Commit

Permalink
(doc-bot) second attempt to stop failing github action if no files co…
Browse files Browse the repository at this point in the history
…mmitted
  • Loading branch information
danieljprice committed Jan 22, 2021
1 parent a9158a7 commit 0c43182
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ jobs:
run: |
git config --global user.name 'Daniel Price'
git config --global user.email 'daniel.price@monash.edu'
git diff-index --quiet HEAD || git commit -am "[doc-bot] updated auto-generated documentation"
git push
git diff-index --quiet HEAD || git commit -am "[doc-bot] updated auto-generated documentation" || git push

0 comments on commit 0c43182

Please sign in to comment.