7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-12-21 19:44:01 +00:00
web-ansol.org/.gitlab-ci.yml

19 lines
225 B
YAML
Raw Normal View History

image: registry.gitlab.com/pages/hugo/hugo_extended:latest
2020-06-11 11:57:03 +00:00
test:
script:
2024-01-01 16:15:35 +00:00
- ./checkdates.rb
2020-06-11 11:57:03 +00:00
- hugo
except:
2024-01-01 16:18:06 +00:00
- main
2020-06-11 11:57:03 +00:00
pages:
script:
2024-01-01 16:18:06 +00:00
- ./checkdates.rb
2020-06-11 11:57:03 +00:00
- hugo
artifacts:
paths:
- public
only:
2024-01-01 16:18:06 +00:00
- main