Compare commits
1 Commits
be2c80005a
...
05a4dafebc
Author | SHA1 | Date | |
---|---|---|---|
![]() |
05a4dafebc |
16
.gitea/workflows/release.yml
Normal file
16
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
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
|
Reference in New Issue
Block a user