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

Add .gitlab-ci.yml

parent abc9858a
No related branches found
No related tags found
No related merge requests found
Pipeline #6019 failed with stage
in 1 minute and 47 seconds
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