Herbegement de la présentation
This commit is contained in:
parent
f4459ad5ff
commit
e2a4f77583
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