-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8c75cc
commit 1952c53
Showing
2 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,7 +136,7 @@ build() { | |
echo "Copy combined dir into the container." | ||
docker compose cp "${combined_repo_dir}/." mkdocs:"/tmp/build" | ||
docker compose exec mkdocs git config --global --add safe.directory "/tmp/build" | ||
# The credentials below are only used to produce some entermediate commits | ||
# The credentials below are only used to produce some intermediate commits | ||
# while building the docs. They are not used to push the code. | ||
docker compose exec mkdocs git config --global user.name "Deployment robot" | ||
docker compose exec mkdocs git config --global user.email "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters