Compare commits
1 Commits
eddbe96697
...
2eac0b27e8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2eac0b27e8 |
13
.gitea/workflows/release.yml
Normal file
13
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: release
|
||||||
|
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
zola-builder:
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- container:
|
||||||
|
image: jauderho/zola
|
||||||
|
- run: zola build
|
Reference in New Issue
Block a user