Test
This commit is contained in:
parent
b277274eab
commit
b1ccdfad6a
2
.github/workflows/doc-build.yaml
vendored
2
.github/workflows/doc-build.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
git config --local user.name "GitHub Action"
|
||||
git add .
|
||||
git commit -m "Update documentation" -a || true
|
||||
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/mp-se/gravitymon.git
|
||||
git push https://${{secrets.token}}@github.com/mp-se/gravitymon.git
|
||||
# The above command will fail if no changes were present, so we ignore
|
||||
# the return code.
|
||||
# - name: Push changes
|
||||
|
Loading…
Reference in New Issue
Block a user