gcg-website/.gitlab-ci.yml

17 lines
286 B
YAML
Raw Normal View History

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