Configure CI

pull/1/head
Jonas Tobias Hopusch 2 years ago
parent 816a12e599
commit 09b6b833ea
Failed to generate hash of commit

@ -0,0 +1,12 @@
pages:
image: archlinux:latest
interruptible: true
only:
- master
before_script:
- pacman --needed --noconfirm -Sy zola
script:
- zola build
artifacts:
paths:
- public
Loading…
Cancel
Save