Add build.yml

This commit is contained in:
Michael Zhang 2021-11-23 01:41:57 -06:00
parent 10d53c0b2a
commit 1838120b01
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
1 changed files with 10 additions and 0 deletions

10
.build.yml Normal file
View File

@ -0,0 +1,10 @@
image: archlinux
packages:
- hugo
- rsync
sources:
- https://git.sr.ht/~mzhang/blog
tasks:
- build: |
cd blog
hugo