feat: add gitlab ci script

This commit is contained in:
Gabriele Musco 2023-12-04 19:39:43 +00:00
parent 89b3d13785
commit 6aada486c4

19
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,19 @@
image: registry.gitlab.com/pages/hugo/hugo_extended
variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
script:
- hugo
except:
- main
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- main