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
|
Reference in New Issue
Block a user