mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fix push
This commit is contained in:
parent
6e1da7f0cd
commit
9eb0640d02
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -34,4 +34,4 @@ jobs:
|
|||||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||||
git add *.*
|
git add *.*
|
||||||
git commit -am "Documentation for ${BUILD_SHA}" || true
|
git commit -am "Documentation for ${BUILD_SHA}" || true
|
||||||
git push --force origin HEAD:$GITHUB_REF || true
|
git push --force || true
|
||||||
|
Loading…
Reference in New Issue
Block a user