.
This commit is contained in:
parent
0c96d286f2
commit
9525c66c88
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: python:latest
|
image: python:latest
|
||||||
script:
|
script:
|
||||||
- pip install -r ./requirements.txt
|
- pip install -r requirements.txt
|
||||||
- mkdocs build --site-dir public
|
- mkdocs build --site-dir public
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue