12 lines
236 B
YAML
12 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
|