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

Update .gitlab-ci.yml

parent dd784546
No related branches found
No related tags found
Loading
Pipeline #39342 passed
...@@ -15,7 +15,7 @@ pages: ...@@ -15,7 +15,7 @@ pages:
script: script:
- pip install -r requirements.txt - pip install -r requirements.txt
- sphinx-build -b html . public - sphinx-build -b html . public
- cp Page/* public/ - cp -r Page/* public/
- cp Docs/hhu-logo.png public/_static/hhu-logo.png - cp Docs/hhu-logo.png public/_static/hhu-logo.png
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment