Compare commits
1 Commits
tamerelol
...
129f58f617
Author | SHA1 | Date | |
---|---|---|---|
![]() |
129f58f617 |
20
.gitea/workflows/release.yml
Normal file
20
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: release
|
||||
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout main
|
||||
uses: actions/checkout@v4
|
||||
- name: Build only
|
||||
uses: shalzz/zola-deploy-action@v0.20.0
|
||||
env:
|
||||
BUILD_ONLY: true
|
||||
- name: Do release
|
||||
uses: actions/gitea-release-action@v1
|
||||
with:
|
||||
files: public
|
Reference in New Issue
Block a user