parent
9047c1552d
commit
5f950e769a
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
image: monachus/hugo
|
||||||
|
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- hugo -s support/documentation/ -d public/
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- develop
|
Loading…
Reference in New Issue
Block a user