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

Updated CI tags for now to fix it, need to add docker etc.

parent d09317af
No related branches found
No related tags found
1 merge request!7New Figures
Pipeline #1496005 passed
......@@ -7,8 +7,6 @@ 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:
......@@ -19,8 +17,6 @@ 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:
......
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