Compare commits

...

1 Commits

Author SHA1 Message Date
VC
93a77a6887 test: ci pipeline
Some checks failed
release / build (push) Failing after 15s
2025-02-28 16:54:29 +01:00

View 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: gitea.com/actions/gitea-release-action@v1
with:
files: bac-public-$(date -I).tar.gz