This commit is contained in:
12
.gitea/workflows/release.yml
Normal file
12
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: release
|
||||
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
zola-builder:
|
||||
container:
|
||||
image: jauderho/zola
|
||||
steps:
|
||||
- run: zola build
|
Reference in New Issue
Block a user