7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-06-05 23:53:00 +00:00
web-ansol.org/.gitlab-ci.yml
2024-01-01 16:18:06 +00:00

21 lines
304 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
- main
pages:
script:
- ./checkdates.rb
- hugo
artifacts:
paths:
- public
only:
- master
- main