This commit is contained in:
Leopold Clement 2021-07-17 20:42:04 +02:00
parent bc4cd8d0b5
commit b978443f2f
2 changed files with 12 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View file

@ -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

View file

@ -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 :