10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2025-01-08 04:14:31 +01:00
irpf90/public/.gitlab-ci.yml

21 lines
319 B
YAML
Raw Normal View History

2018-11-20 15:20:35 +01:00
# 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