Skip to content
Snippets Groups Projects
Commit f12c2032 authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas
Browse files

Rename pages job

parent c52017f6
No related branches found
No related tags found
No related merge requests found
Pipeline #47302 passed
......@@ -42,7 +42,6 @@ before_script:
stages: # List of stages for jobs, and their order of execution
- build
- test
- pages
- deploy
......@@ -77,8 +76,8 @@ 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 .
......
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