Skip to content

Commit 369e19d

Browse files
committed
Guard only for the commit failing.
1 parent 250ed8e commit 369e19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/web-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
run: |
6464
git config user.email "ecostd"
6565
git config user.name "ecostd"
66-
git add --verbose CONTRIBUTORS.adoc || exit 0
67-
git commit -m "Update generated information."
66+
git add --verbose CONTRIBUTORS.adoc
67+
git commit -m "Update generated information." || exit 0
6868
git push
6969
- name: Setup Pages
7070
uses: actions/configure-pages@main

0 commit comments

Comments
 (0)