FIX build
Some checks failed
build-to-pages / build (push) Failing after 3m12s
build-to-pages / push (push) Has been skipped

This commit is contained in:
Hoernschen 2024-12-28 18:32:44 +01:00
parent 27db2e3f8d
commit 69a47a097e
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -30,13 +30,14 @@ jobs:
./themes/vitrine/assets/build/images.sh
- name: Zip output
run: apt update && apt install zip -y && zip -r public.zip public/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: hugo-output
path: ./public.zip
if-no-files-found: error
retention-days: 1
push:
needs: [build]
runs-on: docker
container:
image: node:latest
@ -46,7 +47,7 @@ jobs:
ref: public
- name: Clean current files in directory
run: rm -rf *
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: hugo-output
- name: Unzip hugo output