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

Update .gitlab-ci.yml

parent 4a67b294
No related branches found
No related tags found
No related merge requests found
Pipeline #39135 failed
...@@ -3,7 +3,7 @@ image: python:3.7-alpine ...@@ -3,7 +3,7 @@ image: python:3.7-alpine
test: test:
stage: test stage: test
script: script:
- pip install -U -r requirements.txt - pip install -r requirements.txt
- cp -r Docs/* . - cp -r Docs/* .
- sphinx-build -b html . public - sphinx-build -b html . public
only: only:
...@@ -14,7 +14,7 @@ test: ...@@ -14,7 +14,7 @@ test:
pages: pages:
stage: deploy stage: deploy
script: script:
- pip install -U -r requirements.txt - pip install -r requirements.txt
- cp -r Docs/* . - cp -r Docs/* .
- sphinx-build -b html . public - sphinx-build -b html . public
- cp Docs/hhu-logo.png public/_static/hhu-logo.png - 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