From bec868ac4a99d1448f4b7ec78ec0b00a342c6fe6 Mon Sep 17 00:00:00 2001 From: Meow J Date: Fri, 8 Jul 2016 15:53:27 +0800 Subject: [PATCH] Oops --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ff0f54..83f70eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ after_success: | cd site git init git add . - git -c user.name='$GITHUB_MEOWJ_NAME' -c user.email='$GITHUB_MEOWJ_EMAIL' commit -m "Auto Deployment" + 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 \ No newline at end of file