Skip to content
Snippets Groups Projects
Commit 7f1d4aea authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files
parents e726ecbe abc71ba0
No related branches found
No related tags found
No related merge requests found
Pipeline #47309 failed
......@@ -42,7 +42,6 @@ before_script:
stages: # List of stages for jobs, and their order of execution
- build
- test
- pages
- deploy
......@@ -77,12 +76,13 @@ unit-test-job: # This job runs in the test stage.
- tests/**/*
when: always
pages-job:
stage: pages
pages:
stage: deploy
script:
- pip install -U sphinx m2r2 furo
- pip install -e .
- sphinx-build -b html docs/source public
- mv docs/diagrams ../
artifacts:
paths:
- public
......
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