mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-13 01:23:45 +01:00
21 lines
361 B
YAML
21 lines
361 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
|