Add sudo to mv command

This commit is contained in:
johltn
2020-11-05 08:38:17 +01:00
parent 4fe44d0f47
commit 35a668f3a8
+1 -1
View File
@@ -85,7 +85,7 @@ after_success:
- 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
- cd docs - cd docs
- mv ../output/* . - sudo mv ../output/* .
- git config user.email "${GITHUB_EMAIL}" - git config user.email "${GITHUB_EMAIL}"
- git config user.name "IfcOpenBot" - git config user.name "IfcOpenBot"
- git add . - git add .