aaaaaaaaaaaaaaaaaaaa

This commit is contained in:
Iain Learmonth 2022-04-08 14:19:34 +01:00
parent 699e9fbd72
commit 071f910351

View file

@ -3,6 +3,7 @@ image: python:3.8-bullseye
test: test:
stage: test stage: test
script: script:
- cp config.yaml.example config.yaml
- apt update && apt install build-essential - apt update && apt install build-essential
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -U sphinx sphinx-press-theme - pip install -U sphinx sphinx-press-theme
@ -13,6 +14,7 @@ test:
pages: pages:
stage: deploy stage: deploy
script: script:
- cp config.yaml.example config.yaml
- apt update && apt install build-essential - apt update && apt install build-essential
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -U sphinx sphinx-press-theme - pip install -U sphinx sphinx-press-theme