Skip to content

Commit

Permalink
Safely exit when there's nothing new to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed May 7, 2024
1 parent 7e84e9f commit 6151406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-API-documentation.yaml
Expand Up @@ -69,5 +69,5 @@ jobs:
git fetch
git add libpointmatcher-doc
git pull
git commit -m "Update documentation for new release"
git commit -m "Update documentation for new release" || exit 0
git push origin HEAD:refs/heads/update-libpointmatcher-docs

0 comments on commit 6151406

Please sign in to comment.