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

Revert gitlab config settigs

parent 6896ddaa
No related branches found
No related tags found
No related merge requests found
Pipeline #1627179 passed
......@@ -68,7 +68,6 @@ pages:
- pipenv install --dev # Install all necessary dependencies
script:
# Build the MkDocs documentation site
- cp -r $CI_PROJECT_DIR/aircraft-design $CI_PROJECT_DIR/docs/documentation # Copy aircraft-design to the docs/documentation folder
- pipenv run mkdocs build --verbose --site-dir $CI_PROJECT_DIR/public
needs:
- clone # This job depends on the successful completion of the clone job
......@@ -83,3 +82,4 @@ pages:
when: manual # Run only when triggered manually
- if: '$CI_PIPELINE_SOURCE == "trigger"' # Triggered by another pipeline
when: on_success # Run if the source pipeline was successful
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment