Compare commits
1 Commits
tamerelol
...
65dd0b0995
Author | SHA1 | Date | |
---|---|---|---|
![]() |
65dd0b0995 |
17
.gitea/workflows/release.yml
Normal file
17
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
name: release
|
||||||
|
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
get:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
zola:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: jauderho/zola
|
||||||
|
steps:
|
||||||
|
- run: zola build
|
Reference in New Issue
Block a user