aaaaaaaaaaaaaaaaaaaa

This commit is contained in:
Iain Learmonth 2022-04-08 14:14:43 +01:00
parent 3a10338b3a
commit 699e9fbd72

View file

@ -3,7 +3,7 @@ image: python:3.8-bullseye
test:
stage: test
script:
- apt install build-essential
- apt update && apt install build-essential
- pip install -r requirements.txt
- pip install -U sphinx sphinx-press-theme
- sphinx-build -b html docs public
@ -13,7 +13,7 @@ test:
pages:
stage: deploy
script:
- apt install build-essential
- apt update && apt install build-essential
- pip install -r requirements.txt
- pip install -U sphinx sphinx-press-theme
- sphinx-build -b html docs public