lvra.gitlab.io/.gitlab-ci.yml

20 lines
228 B
YAML
Raw Normal View History

2023-12-04 20:39:43 +01:00
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