Compare commits

..

1 Commits

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

View File

@@ -14,7 +14,7 @@ jobs:
uses: shalzz/zola-deploy-action@v0.20.0
env:
BUILD_ONLY: true
- runs: tar -czf public-$(date -I).tar.gz public/
- run: tar -czf public-$(date -I).tar.gz public/
- name: Do release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')