From ad9382de089331b720a241a5bab9584c9f0f85f7 Mon Sep 17 00:00:00 2001 From: johltn Date: Sat, 7 Nov 2020 07:55:33 +0100 Subject: [PATCH] Create nojekyll file to handle underscore --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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"