agregando configuracion gitlab

This commit is contained in:
francisco.garcia 2020-05-16 18:54:38 -05:00
parent 4e933605c3
commit 18cb64adbe
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
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master