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

Update .gitlab-ci.yml

parent e7fec72e
Branches
No related tags found
No related merge requests found
Pipeline #73183 passed
...@@ -13,6 +13,7 @@ test: ...@@ -13,6 +13,7 @@ test:
pages: pages:
stage: deploy stage: deploy
script: script:
- pip install --upgrade pip
- pip install -r requirements.txt - pip install -r requirements.txt
- sphinx-build -b html . public - sphinx-build -b html . public
- cp -r Page/* public/ - cp -r Page/* public/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment