mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Try first commit
This commit is contained in:
+2
-2
@@ -80,11 +80,11 @@ script:
|
||||
after_success:
|
||||
- cd docs
|
||||
- MESSAGE=$(git log --oneline -1)
|
||||
- git clone https://johltn:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs
|
||||
- git clone https://IfcOpenBot:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs
|
||||
- cd docs
|
||||
- mv ../output/* .
|
||||
- git config user.email "${GITHUB_EMAIL}"
|
||||
- git config user.name "${USER_NAME}"
|
||||
- git config user.name "IfcOpenBot"
|
||||
- git add .
|
||||
- git commit -m "${MESSAGE}"
|
||||
- git push
|
||||
|
||||
Reference in New Issue
Block a user