Merge branch 'ci' into 'master'
Herbegement de la présentation See merge request Anri/ecosysteme!1
This commit is contained in:
commit
23ac522ff3
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
pages:
|
||||||
|
tags:
|
||||||
|
- pages
|
||||||
|
script:
|
||||||
|
- mkdir .public
|
||||||
|
- cp -r presentation/* .public
|
||||||
|
- mv .public public
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
Reference in a new issue