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

fix build, attempt 2

This commit is contained in:
Krasjet
2020-02-12 01:19:50 -05:00
parent c3e0ee63a6
commit 199aece0b4

View File

@@ -4,6 +4,7 @@ python:
- 3.7
install:
- pip install PyYAML==5.1.2
- pip install mkdocs==0.16.3
- python setup.py install
@@ -17,6 +18,6 @@ after_success: |
git init
git add .
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://Krasjet:$GITHUB_API_KEY@github.com/LearnOpenGL-CN/learnopengl-cn.github.io master
cd "$TRAVIS_BUILD_DIR"
fi