From 199aece0b46d53d2a4b8799da48092564250ac92 Mon Sep 17 00:00:00 2001 From: Krasjet Date: Wed, 12 Feb 2020 01:19:50 -0500 Subject: [PATCH] fix build, attempt 2 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1bb1842..b27528c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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