my-website/.gitlab-ci.yml

13 lines
236 B
YAML

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