We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7939ab7 commit b155c4eCopy full SHA for b155c4e
.github/workflows/build-docs.yml
@@ -55,6 +55,5 @@ jobs:
55
run: |
56
git config --global user.name "$GITHUB_ACTOR"
57
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
58
- git add docs/
59
- git commit -m "ci(docs): Automated site build"
60
- git push
+ git add docs/ && git commit -m "ci(docs): Automated site build" || echo "No doc changes"
+ git push || echo "No doc updates to push"
0 commit comments