diff --git a/.travis.yml b/.travis.yml index 868f53f9cf..8233f616d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,7 @@ after_success: - MESSAGE=$(git log --oneline -1) - git clone https://johltn:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs - cd docs + - sudo touch .nojekyll - sudo mv ../output/* . - git config user.email "${GITHUB_EMAIL}" - git config user.name "IfcOpenBot"