Update .gitlab-ci.yml file

This commit is contained in:
Denys Konovalov 2022-08-30 16:33:22 +00:00
parent 1b2bcee52d
commit ddea523ccd

21
.gitlab-ci.yml Normal file

@ -0,0 +1,21 @@
image: "${CI_TEMPLATE_REGISTRY_HOST}/pages/hugo:latest"
variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
script:
- hugo
except:
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
pages:
script:
- hugo
artifacts:
paths:
- public
only:
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH