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:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user