From 71a24f914f53c96261159f8958f4024c4dc8a687 Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Sat, 28 Oct 2023 21:32:32 +0200 Subject: [PATCH] ADD zip --- .forgejo/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index aa3bde7..16b751e 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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