Compare commits

..

1 Commits

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

View File

@@ -16,11 +16,11 @@ 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: Create archive
run: tar -czf public.tar.gz public/ # run: tar -czf public.tar.gz public/
- name: Do release - name: Do release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
name: public name: public
artifacts: "public.tar.gz" artifacts: config.toml
allowUpdates: true allowUpdates: true