Compare commits
1 Commits
414260513b
...
63422b1635
Author | SHA1 | Date | |
---|---|---|---|
![]() |
63422b1635 |
23
.gitea/workflows/release.yml
Normal file
23
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
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: Create archive
|
||||||
|
run: tar -czf public.tar.gz public/
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: public
|
||||||
|
path: public.tar.gz
|
Reference in New Issue
Block a user