ADD zip
All checks were successful
build-to-pages / build (push) Successful in 15s
build-to-pages / push (push) Successful in 4s

This commit is contained in:
Hoernschen 2023-10-28 21:32:32 +02:00
parent ef9c1d8bc5
commit 71a24f914f
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -23,12 +23,12 @@ jobs:
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: hugo --minify
#- name: Zip output
# run: apt update && apt install zip -y && zip -r public.zip public/
- name: Zip output
run: apt update && apt install zip -y && zip -r public.zip public/
- uses: actions/upload-artifact@v3
with:
name: hugo-output
path: ./public
path: ./public.zip
if-no-files-found: error
push:
runs-on: docker