Testing
This commit is contained in:
parent
b1ccdfad6a
commit
c72a249bd4
14
.github/workflows/doc-build.yaml
vendored
14
.github/workflows/doc-build.yaml
vendored
@ -34,12 +34,12 @@ jobs:
|
|||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update documentation" -a || true
|
git commit -m "Update documentation" -a || true
|
||||||
git push https://${{secrets.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 above command will fail if no changes were present, so we ignore
|
||||||
# the return code.
|
# the return code.
|
||||||
# - name: Push changes
|
- name: Push changes
|
||||||
# uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
# with:
|
with:
|
||||||
# branch: ghpages
|
branch: ghpages
|
||||||
# directory: docs
|
directory: ghpages
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user