Update .gitlab-ci.yml file to build docs in build job rather than unit-tests

This commit is contained in:
Isaac Riley 2024-05-07 12:41:46 +02:00
parent ceb1c00784
commit 802372a504

View File

@ -13,7 +13,7 @@ variables:
IMAGENAME: $CI_PROJECT_NAME # if the project URL is gitlab.example.com/group-name/project-1, CI_PROJECT_NAME is project-1
pages:
stage: unit-tests
stage: build
before_script:
- !reference [.activate-venv, script]
script: