.
This commit is contained in:
parent
9525c66c88
commit
e59ac31c6f
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
pages:
|
||||
stage: deploy
|
||||
image: python:latest
|
||||
variables:
|
||||
GIT_LFS_SKIP_SMUDGE: "0"
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y git-lfs
|
||||
- git lfs install
|
||||
- git lfs pull
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
- mkdocs build --site-dir public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue