1
Fork 0
This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
legacy-slides-index/.gitlab-ci.yml

15 lines
279 B
YAML
Raw Permalink Normal View History

2022-10-08 18:01:50 +01:00
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
HUGO_ENV: production
2022-10-08 16:14:30 +01:00
pages:
script:
2022-10-08 18:01:50 +01:00
- hugo -vDEF --gc --minify
2022-10-08 16:14:30 +01:00
artifacts:
paths:
2022-10-08 18:01:50 +01:00
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH