mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Fix directory path
This commit is contained in:
+2
-1
@@ -79,7 +79,8 @@ script:
|
|||||||
# - grep 0$ statuses | wc -l
|
# - grep 0$ statuses | wc -l
|
||||||
after_success:
|
after_success:
|
||||||
- pwd
|
- pwd
|
||||||
- cd docs
|
- cd ../../docs
|
||||||
|
- pwd
|
||||||
- ls -al
|
- ls -al
|
||||||
- MESSAGE=$(git log --oneline -1)
|
- MESSAGE=$(git log --oneline -1)
|
||||||
- git clone https://IfcOpenBot:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs
|
- git clone https://IfcOpenBot:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs
|
||||||
|
|||||||
Reference in New Issue
Block a user