gcg-website/.gitlab-ci.yml

17 lines
286 B
YAML
Raw Normal View History

2022-03-20 12:25:50 +00:00
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
2022-03-20 13:15:09 +00:00
2022-03-20 12:25:50 +00:00
pages:
2022-03-20 13:15:09 +00:00
before_script:
- apk add --update --no-cache openssh
2022-03-20 12:25:50 +00:00
script:
- hugo
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH