From 4fe44d0f474bc0718723e87203df537c2102dc99 Mon Sep 17 00:00:00 2001 From: johltn Date: Thu, 5 Nov 2020 08:07:14 +0100 Subject: [PATCH] Fix directory path --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f290f7916..45da8d9f08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,8 @@ script: # - grep 0$ statuses | wc -l after_success: - pwd - - cd docs + - cd ../../docs + - pwd - ls -al - MESSAGE=$(git log --oneline -1) - git clone https://IfcOpenBot:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs