10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00
irpf90/.gitlab-ci.yml
2018-11-20 15:53:19 +01:00

21 lines
355 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 -s website -d public
except:
- web
pages:
script:
- hugo -s website -d public
artifacts:
paths:
- public
only:
- web