git lab
This commit is contained in:
parent
bc4cd8d0b5
commit
b978443f2f
2 changed files with 12 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal 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
|
|
@ -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…
Reference in a new issue