web-ansol.org/.gitlab-ci.yml

18 lines
266 B
YAML

image: klakegg/hugo:0.88.0-ext-ci # recommended image by Hugo: https://gohugo.io/getting-started/installing/#docker
test:
script:
- ./checkdates.rb
- hugo
except:
- master
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master