7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-12-22 03:54:07 +00:00
web-ansol.org/.gitlab-ci.yml

19 lines
225 B
YAML

image: registry.gitlab.com/pages/hugo/hugo_extended:latest
test:
script:
- ./checkdates.rb
- hugo
except:
- main
pages:
script:
- ./checkdates.rb
- hugo
artifacts:
paths:
- public
only:
- main