my-website/.gitlab-ci.yml

13 lines
255 B
YAML
Raw Normal View History

2021-06-13 22:22:13 +02:00
pages:
image: agners/archlinuxarm-arm64v8:latest
2021-06-13 22:22:13 +02:00
interruptible: true
only:
- master
before_script:
- pacman --needed --noconfirm -Syu zola
2021-06-13 22:22:13 +02:00
script:
- zola build
artifacts:
paths:
- public