Skip to content
Snippets Groups Projects
Commit 9ea4ccbe authored by Jan Habscheid's avatar Jan Habscheid
Browse files

Update .gitlab-ci.yml file

parent 370b80ba
No related branches found
No related tags found
No related merge requests found
Pipeline #1493229 failed
......@@ -7,7 +7,8 @@ stages: # Define stages in the pipeline
# Job to build documentation
build-docs:
stage: build
tags: docker
tags:
- docker
script:
- sphinx-build docs/source docs/build # Build the documentation
artifacts:
......@@ -18,7 +19,8 @@ build-docs:
# Job to deploy documentation to GitLab Pages
pages:
stage: deploy
tags: docker
tags:
- docker
script:
- mv docs/build public # Move the build output to the "public" directory
artifacts:
......
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