mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
uncomment git push
This commit is contained in:
parent
b39e3ca8bf
commit
a4476641c6
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
|||||||
cp -rp ./build/html/* . && rm -rf ./build && ls -lah
|
cp -rp ./build/html/* . && rm -rf ./build && ls -lah
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Documentation for $GITHUB_SHA" || true
|
git commit -m "Documentation for $GITHUB_SHA" || true
|
||||||
# git push --force || true
|
git push --force || true
|
||||||
|
Loading…
Reference in New Issue
Block a user