Skip to content
Snippets Groups Projects
Commit 1e6ac64a authored by meuh's avatar meuh
Browse files

Merge branch 'master' of gitlab.crans.org:meuh/mini-projet_ii

parents 37f3a52a c90e4423
No related branches found
No related tags found
No related merge requests found
image: python:latest
pages:
stage: deploy
only:
- master
script:
- pip install mkdocs-material
- mkdocs build --site-dir public
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment