From 85fa25bc0dd211efefd184b87db95f774ea687c5 Mon Sep 17 00:00:00 2001 From: M Starch Date: Tue, 21 Dec 2021 15:40:04 -0800 Subject: [PATCH] lestarch: making autodoc work properly (#1188) --- .github/actions/autodoc.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/autodoc.bash b/.github/actions/autodoc.bash index 599b0b4abc..1916638c9d 100755 --- a/.github/actions/autodoc.bash +++ b/.github/actions/autodoc.bash @@ -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}"