Space_Invaders/.gitlab-ci.yml
Leopold Clement b978443f2f git lab
2021-07-17 20:42:04 +02:00

11 lines
185 B
YAML

image: python:latest
pages:
stage: deploy
only:
- master
script:
- pip install mkdocs-material
- mkdocs build --site-dir public
artifacts:
paths:
- public