Skip to content
Snippets Groups Projects
Commit 414b04e4 authored by Ann-Kathrin Margarete Edrich's avatar Ann-Kathrin Margarete Edrich
Browse files

Update yml file

parent 722a0ba9
No related branches found
No related tags found
No related merge requests found
Pipeline #1620071 failed
...@@ -26,33 +26,4 @@ pages: ...@@ -26,33 +26,4 @@ pages:
- public - public
only: only:
- main - main
image: python:3.7
before_script:
- pip install sphinx
- pip install -r requirements.txt
stages:
- build
- deploy # Add the deploy stage here
build-docs:
stage: build
script:
- sphinx-build -b html docs/source/ docs/build/html
artifacts:
paths:
- docs/build/html
only:
- main
pages:
stage: deploy
script:
- mv docs/build/html public
artifacts:
paths:
- public
only:
- main
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