test: ci pipeline
All checks were successful
release / build (push) Successful in 26s

This commit is contained in:
VC
2025-02-28 16:02:27 +01:00
parent f5e914e533
commit 63422b1635

View 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