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

21 lines
361 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:
2018-11-20 15:56:37 +01:00
- hugo -s website -d ../public
2018-11-20 15:20:35 +01:00
except:
2018-11-20 15:48:44 +01:00
- web
2018-11-20 15:20:35 +01:00
pages:
script:
2018-11-20 15:56:37 +01:00
- hugo -s website -d ../public
2018-11-20 15:20:35 +01:00
artifacts:
paths:
- public
only:
2018-11-20 15:48:44 +01:00
- web