words/.gitlab-ci.yml

21 lines
269 B
YAML

image: registry.gitlab.com/pages/hugo/hugo_extended:0.105.0
#image: registry.gitlab.com/pages/hugo:latest
before_script:
- hugo version
test:
script:
- hugo
except:
- master
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master