mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 12:45:29 +08:00
Finalize auto deployment
This commit is contained in:
@@ -16,7 +16,7 @@ after_success: |
|
|||||||
cd site
|
cd site
|
||||||
git init
|
git init
|
||||||
git add .
|
git add .
|
||||||
git -c user.name='travis' -c user.email='travis' commit -m "update"
|
git -c user.name='$GITHUB_MEOWJ_NAME' -c user.email='$GITHUB_MEOWJ_EMAIL' commit -m "Auto Deployment"
|
||||||
git push -f -q https://Meow-J:$GITHUB_API_KEY@github.com/LearnOpenGL-CN/learnopengl-cn.github.io master
|
git push -f -q https://Meow-J:$GITHUB_API_KEY@github.com/LearnOpenGL-CN/learnopengl-cn.github.io master
|
||||||
cd "$TRAVIS_BUILD_DIR"
|
cd "$TRAVIS_BUILD_DIR"
|
||||||
fi
|
fi
|
Reference in New Issue
Block a user