Create nojekyll file to handle underscore

This commit is contained in:
johltn
2020-11-07 07:55:33 +01:00
parent e306da65c9
commit ad9382de08
+1
View File
@@ -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"