mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-22 14:21:31 +00:00
19 lines
282 B
YAML
19 lines
282 B
YAML
image: klakegg/hugo:0.88.0-ext-ci # recommended image by Hugo: https://gohugo.io/getting-started/installing/#docker
|
|
|
|
test:
|
|
script:
|
|
- ./checkdates.rb
|
|
- hugo
|
|
except:
|
|
- main
|
|
|
|
pages:
|
|
script:
|
|
- ./checkdates.rb
|
|
- hugo
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- main
|