diff --git a/.travis.yml b/.travis.yml index 45da8d9f08..1c2e286c67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,7 +85,7 @@ after_success: - MESSAGE=$(git log --oneline -1) - git clone https://IfcOpenBot:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs - cd docs - - mv ../output/* . + - sudo mv ../output/* . - git config user.email "${GITHUB_EMAIL}" - git config user.name "IfcOpenBot" - git add .