mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-12-28 06:40:19 +00:00
21 lines
259 B
YAML
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
|