Skip to content
Snippets Groups Projects
Commit 43744bbe authored by Sebastian Oberschwendtner's avatar Sebastian Oberschwendtner
Browse files

Adds aicraft xml documentation step to pages pipeline

parent 6f7b33c9
No related branches found
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!1Doxygen setup for contionuous documentation
Pipeline #1075298 failed
......@@ -20,8 +20,11 @@ pages:
stage: deploy
tags:
- documentation
script:
before_script:
- pip install mkdocs-material mkdocs-glightbox
script:
- mkdir $CI_PROJECT_DIR/docs/aircraft-xml
- ./scripts/document_aircraft_xml.py --title General --level 2 $CI_PROJECT_DIR/scripts/CSR-02.xml
- mkdocs build --site-dir public
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment