1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

fix build

This commit is contained in:
Krasjet
2020-02-12 01:10:47 -05:00
parent 7f509a8d75
commit c3e0ee63a6

View File

@@ -1,7 +1,7 @@
language: python
python:
- 3.4
- 3.7
install:
- pip install mkdocs==0.16.3
@@ -19,4 +19,4 @@ after_success: |
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
cd "$TRAVIS_BUILD_DIR"
fi
fi