master
Leopold Clement 3 years ago
parent bc4cd8d0b5
commit b978443f2f

@ -0,0 +1,11 @@
image: python:latest
pages:
stage: deploy
only:
- master
script:
- pip install mkdocs-material
- mkdocs build --site-dir public
artifacts:
paths:
- public

@ -1,5 +1,6 @@
site_name: Space Invader's
site_url: https://example.com/
repo_url: https://gitlab.com/leopold_clement/Space_Invaders
theme: material
nav :

Loading…
Cancel
Save