Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ca846d68 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

Added .gitlab-ci.yml with creation of the web site

parent 561f2fa0
No related branches found
No related tags found
No related merge requests found
Pipeline #202666 passed
image: alpine:latest
pages:
stage: deploy
script:
- cp -r transmorpher/doc public
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment