Skip to content
Snippets Groups Projects
Commit 4a67b294 authored by Carel van Niekerk's avatar Carel van Niekerk :computer:
Browse files

Update .gitlab-ci.yml

parent 4ff965a7
No related branches found
No related tags found
No related merge requests found
Pipeline #39134 failed
......@@ -3,7 +3,7 @@ image: python:3.7-alpine
test:
stage: test
script:
- pip install -U sphinx alabaster
- pip install -U -r requirements.txt
- cp -r Docs/* .
- sphinx-build -b html . public
only:
......@@ -14,7 +14,7 @@ test:
pages:
stage: deploy
script:
- pip install -U sphinx alabaster
- pip install -U -r requirements.txt
- cp -r Docs/* .
- sphinx-build -b html . public
- cp Docs/hhu-logo.png public/_static/hhu-logo.png
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment