mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Add sudo to mv command
This commit is contained in:
+1
-1
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user