aaaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
699e9fbd72
commit
071f910351
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ image: python:3.8-bullseye
|
|||
test:
|
||||
stage: test
|
||||
script:
|
||||
- cp config.yaml.example config.yaml
|
||||
- apt update && apt install build-essential
|
||||
- pip install -r requirements.txt
|
||||
- pip install -U sphinx sphinx-press-theme
|
||||
|
@ -13,6 +14,7 @@ test:
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- cp config.yaml.example config.yaml
|
||||
- apt update && apt install build-essential
|
||||
- pip install -r requirements.txt
|
||||
- pip install -U sphinx sphinx-press-theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue