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

Fix yml file

parent db9d556a
No related branches found
No related tags found
No related merge requests found
Pipeline #1620066 failed
......@@ -10,17 +10,17 @@ stages:
build-docs:
stage: build
script:
- sphinx-build -b html source/ _build/html
- sphinx-build -b html docs/source/ _build/html
artifacts:
paths:
- _build/html
- docs/_build/html
only:
- main
pages:
stage: deploy
script:
- mv _build/html public
- mv docs/_build/html public
artifacts:
paths:
- public
......@@ -39,10 +39,10 @@ stages:
build-docs:
stage: build
script:
- sphinx-build -b html source/ _build/html
- sphinx-build -b html docs/source/ _build/html
artifacts:
paths:
- _build/html
- docs/_build/html
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