1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

fix git config

This commit is contained in:
krasjet
2022-03-01 04:06:24 +00:00
parent a9b0aea79e
commit f389c0f2df

View File

@@ -26,6 +26,6 @@ jobs:
cd site cd site
git init git init
git add . git add .
git -c "user.name=$GH_NAME" -c "user.email=$GH_EMAIL" commit -m "Auto Deployment" git -c user.name=$GH_NAME -c user.email=$GH_EMAIL commit -m "Auto Deployment"
git push -f -q "https://learnopengl-bot:$API_TOKEN@github.com/LearnOpenGL-CN/learnopengl-cn.github.io" master git push -f -q "https://learnopengl-bot:$API_TOKEN@github.com/LearnOpenGL-CN/learnopengl-cn.github.io" master