From 784c60982cb248c0a031661f04dadfb09bfc828d Mon Sep 17 00:00:00 2001 From: Alfin Johny <alfin.johny@tum.de> Date: Tue, 18 Mar 2025 14:16:31 +0100 Subject: [PATCH] adapt config file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 838d4a1..92966ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ pages: - pipenv install --dev # Install all necessary dependencies script: # Build the MkDocs documentation site - - pipenv run mkdocs build --quiet --site-dir $CI_PROJECT_DIR/public + - pipenv run mkdocs build --verbose --site-dir $CI_PROJECT_DIR/public needs: - clone # This job depends on the successful completion of the clone job artifacts: -- GitLab