7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-12-28 06:40:19 +00:00
web-ansol.org/.gitlab-ci.yml
2024-12-20 20:10:58 +00:00

21 lines
259 B
YAML

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