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

Update .gitlab-ci.yml

parent a37f8679
No related branches found
No related tags found
No related merge requests found
Pipeline #39131 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 sphinx - pip install -U sphinx, alabaster
- 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 sphinx - pip install -U sphinx, alabaster
- 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