Skip to content
Snippets Groups Projects
Commit cb887ccc authored by Alfin Johny's avatar Alfin Johny
Browse files

Update .gitlab-ci.yml file

parent 789c3ed6
No related branches found
No related tags found
No related merge requests found
Pipeline #1635320 failed
...@@ -72,7 +72,7 @@ pages: ...@@ -72,7 +72,7 @@ pages:
- pipenv install --dev # Install all necessary dependencies - pipenv install --dev # Install all necessary dependencies
script: script:
# Build the MkDocs documentation site # Build the MkDocs documentation site
- pipenv run mkdocs build --verbose --site-dir $CI_PROJECT_DIR/public - pipenv run mkdocs build --quiet --site-dir $CI_PROJECT_DIR/public
needs: needs:
- clone # This job depends on the successful completion of the clone job - clone # This job depends on the successful completion of the clone job
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment