This commit is contained in:
Neil Hanlon 2021-09-12 23:01:46 -04:00
parent 8a54e90e57
commit 28b1941397
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

13
.gitlab-ci.yml Normal file
View File

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