This commit is contained in:
Marc Riera Irigoyen 2020-06-24 17:18:07 +02:00
parent 01e79c10cc
commit 7dcb63484b

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
build:
script:
- hugo
artifacts:
paths:
- public
only:
- master