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