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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue