diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 6e1ff5d0..496f47eb 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -12,5 +12,5 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git add docs - git commit -m "docs(update): latest" + git commit -m "docs(update): latest" || echo "No document(s) updates found!" git push \ No newline at end of file