pull and force, again?

This commit is contained in:
Marius Pana 2017-01-13 21:26:44 +02:00
parent 6b3647297f
commit 3d86b1ca05
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ script:
after_success: |
if [ -n "$GITHUB_API_KEY" ]; then
cd "$TRAVIS_BUILD_DIR"
mkdocs gh-deploy --clean
git pull
mkdocs gh-deploy --force
cd "$TRAVIS_BUILD_DIR"
fi