Skip to content

Commit

Permalink
lestarch: making autodoc work properly (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Dec 21, 2021
1 parent 6fdbeb5 commit 85fa25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/autodoc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ${GITHUB_WORKSPACE}/docs/doxygen/generate_docs.bash
git add -Af "${GITHUB_WORKSPACE}/docs"


git commit -m "Autodoc on $(date)"
git commit -m "Autodoc on $(date)" || echo "No new commits, pushing merge"
git push "${REMOTE}"

0 comments on commit 85fa25b

Please sign in to comment.