Skip to content
Snippets Groups Projects
Commit 19eb87f7 authored by Kristina Mazur's avatar Kristina Mazur
Browse files

Fix path in yml script

parent bd01dbdf
No related branches found
No related tags found
2 merge requests!76Draft: Updated Python code example,!73Initial open source version
Pipeline #1512482 waiting for manual action
......@@ -32,7 +32,7 @@ doxygen:
- cd libraries/aircraftGeometry2/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
artifacts:
paths:
- $CI_PROJECT_DIR/docs/modules
- $CI_PROJECT_DIR/docs/documentation
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
when: on_success
......
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