10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2025-01-06 19:33:00 +01:00
irpf90/public/.gitlab-ci.yml
2018-11-20 15:20:35 +01:00

21 lines
319 B
YAML

# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
image: registry.gitlab.com/pages/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
script:
- hugo
except:
- master
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master