.
This commit is contained in:
parent
d00faefb72
commit
3ddca92c5d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,13 +3,13 @@ pages:
|
|||
image: python:latest
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
- mkdocs build --site-dir site
|
||||
- mkdocs build --site-dir public
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- .cache/
|
||||
artifacts:
|
||||
paths:
|
||||
- site
|
||||
- public
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue