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 1609b7e commit cb14038Copy full SHA for cb14038
.github/workflows/web-publish.yml
@@ -59,11 +59,13 @@ jobs:
59
run: |
60
echo "using asciidoctor ;" > project-config.jam
61
b2 --debug-configuration -d+2 info pub
62
- # - name: Commit Generated
63
- # run: |
64
- # git config user.email "[email protected]"
65
- # git config user.name "ecostd"
66
- # git commit -m "Update generated information." CONTRIBUTORS.adoc
+ - name: Commit Generated
+ run: |
+ git config user.email "ecostd"
+ git config user.name "ecostd"
+ git add --verbose CONTRIBUTORS.adoc || exit 1
67
+ git commit -m "Update generated information."
68
+ git push || exit 1
69
- name: Setup Pages
70
uses: actions/configure-pages@main
71
- name: Upload artifact
0 commit comments