my-website/.gitlab-ci.yml

13 lines
254 B
YAML

pages:
image: agners/archlinuxarm-arm64v8:latest
interruptible: true
only:
- master
before_script:
- pacman --needed --noconfirm -Sy zola
script:
- zola build
artifacts:
paths:
- public