We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb14038 commit 250ed8eCopy full SHA for 250ed8e
.github/workflows/web-publish.yml
@@ -63,9 +63,9 @@ jobs:
63
run: |
64
git config user.email "ecostd"
65
git config user.name "ecostd"
66
- git add --verbose CONTRIBUTORS.adoc || exit 1
+ git add --verbose CONTRIBUTORS.adoc || exit 0
67
git commit -m "Update generated information."
68
- git push || exit 1
+ git push
69
- name: Setup Pages
70
uses: actions/configure-pages@main
71
- name: Upload artifact
0 commit comments