Supprimer '.gitlab-ci.yml'
continuous-integration/drone/push Build is passing Details

merge
Grégory Lebreton 9 months ago
parent 09b2823934
commit 73e813fc96

@ -1,24 +0,0 @@
image: python:3.8-buster
before_script:
- pip install -r requirements.txt
test:
stage: test
script:
- mkdocs build --verbose --site-dir test
artifacts:
paths:
- test
except:
- master
pages:
stage: deploy
script:
- mkdocs build --verbose
artifacts:
paths:
- public
only:
- master
Loading…
Cancel
Save