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