Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Fix build_docs CI failure when no changes doc changes found.
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasanna Kumar Gollangi committed Aug 13, 2020
1 parent 9cf1377 commit 3fc9898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Expand Up @@ -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

0 comments on commit 3fc9898

Please sign in to comment.