Update .gitlab-ci.yml file
This commit is contained in:
parent
48dd2ba5b2
commit
e70343c66e
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 site
|
- mkdocs build --site-dir site
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue