Compare commits

..

1 Commits

Author SHA1 Message Date
VC
de2593054c test: ci pipeline
All checks were successful
release / build (push) Successful in 19s
2025-02-28 18:42:37 +01:00

View File

@@ -14,10 +14,7 @@ jobs:
uses: shalzz/zola-deploy-action@v0.20.0 uses: shalzz/zola-deploy-action@v0.20.0
env: env:
BUILD_ONLY: true BUILD_ONLY: true
- name: Create archive - name: Do release
run: tar -czf public.tar.gz public/ uses: ncipollo/release-action@v1
- name: Upload artifacts
uses: christopherhx/gitea-upload-artifact@v4
with: with:
name: public artifacts: public.tar.gz
path: public.tar.gz