Mkdocs: Verbose build
This commit is contained in:
parent
b84d830d16
commit
53b65e4cc5
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ git clone "$REPO_URL" "$REPO_DIR" &
|
||||||
wait
|
wait
|
||||||
|
|
||||||
cd "$REPO_DIR"
|
cd "$REPO_DIR"
|
||||||
. "${WORKSPACE}/mkdocs-venv/bin/activate" && mkdocs build --quiet -d "${REPO_DIR}/www"
|
. "${WORKSPACE}/mkdocs-venv/bin/activate" && mkdocs build -v -s -d "${REPO_DIR}/www"
|
||||||
rsync -a "${REPO_DIR}/www/" www@www.incus:/www/
|
rsync -a "${REPO_DIR}/www/" www@www.incus:/www/
|
||||||
|
|
Loading…
Add table
Reference in a new issue