Add build.yml
This commit is contained in:
parent
10d53c0b2a
commit
1838120b01
1 changed files with 10 additions and 0 deletions
10
.build.yml
Normal file
10
.build.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
- hugo
|
||||
- rsync
|
||||
sources:
|
||||
- https://git.sr.ht/~mzhang/blog
|
||||
tasks:
|
||||
- build: |
|
||||
cd blog
|
||||
hugo
|
Loading…
Reference in a new issue