diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5841591808295ea320f823afbeb1fd30b9aa2759..b3eeeddcc2dc4344248b4c92bc6812645cb6cca8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,8 @@ stages: # Define stages in the pipeline # Job to build documentation build-docs: stage: build + tags: + - shell script: - sphinx-build docs/source docs/build # Build the documentation artifacts: @@ -17,6 +19,8 @@ build-docs: # Job to deploy documentation to GitLab Pages pages: stage: deploy + tags: + - shell script: - mv docs/build public # Move the build output to the "public" directory artifacts: