mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 13:31:21 +03: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 add *.*
|
||||
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