uncomment git push

This commit is contained in:
Krishna Vedala 2020-06-03 17:15:37 -04:00
parent b39e3ca8bf
commit a4476641c6

View File

@ -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