diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 94444ff..d13dcbf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,6 @@ jobs: cd site git init 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