Compare commits
1 Commits
61ff3d4bb2
...
19d34769f9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
19d34769f9 |
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:
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- runs-on: jauderho/zola
|
||||||
|
run: zola build
|
Reference in New Issue
Block a user