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

Update yml file

parent 5f4b22be
No related branches found
No related tags found
No related merge requests found
Pipeline #1620065 failed
......@@ -26,4 +26,33 @@ pages:
- public
only:
- 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 source/ _build/html
artifacts:
paths:
- _build/html
only:
- main
pages:
stage: deploy
script:
- mv _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