test: ci pipeline
This commit is contained in:
14
.gitea/workflows/release.yml
Normal file
14
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
name: release
|
||||||
|
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
get:
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
zola:
|
||||||
|
runs-on: jauderho/zola
|
||||||
|
steps:
|
||||||
|
- run: zola build
|
Reference in New Issue
Block a user