7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-06-06 08:03:01 +00:00
web-ansol.org/.gitlab-ci.yml

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