main
Marc Riera Irigoyen 2020-06-24 17:18:07 +02:00
parent 01e79c10cc
commit 7dcb63484b
1 changed files with 13 additions and 0 deletions

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