mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-12-22 03:54:07 +00:00
19 lines
225 B
YAML
19 lines
225 B
YAML
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
|
|
|
test:
|
|
script:
|
|
- ./checkdates.rb
|
|
- hugo
|
|
except:
|
|
- main
|
|
|
|
pages:
|
|
script:
|
|
- ./checkdates.rb
|
|
- hugo
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- main
|