7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-12-21 11:34:04 +00:00
web-ansol.org/.gitlab-ci.yml

21 lines
259 B
YAML
Raw Permalink Normal View History

image: registry.gitlab.com/pages/hugo/hugo_extended:latest
2020-06-11 11:57:03 +00:00
test:
script:
2024-12-20 20:10:58 +00:00
- apk add ruby
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-12-20 20:10:58 +00:00
- apk add ruby
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