Compare commits
1 Commits
6f8b807cd4
...
03ec18ce10
Author | SHA1 | Date | |
---|---|---|---|
![]() |
03ec18ce10 |
21
.gitea/workflows/release.yml
Normal file
21
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
- run: tar -czvf bac-public-$(date -I).tar.gz public/
|
||||||
|
- name: Do release
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
path: bac-public-$(date -I).tar.gz
|
Reference in New Issue
Block a user