FIX pipeline
All checks were successful
build-to-pages / build (push) Successful in 14s
build-to-pages / push (push) Successful in 10s

This commit is contained in:
Hoernschen 2023-12-24 00:24:35 +01:00
parent afebbdbd3d
commit d24eacd837
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -46,6 +46,7 @@ jobs:
with:
name: hugo-output
- name: Unzip hugo output
shell: bash
run: apt update && apt install unzip -y && unzip public.zip -d . && shopt -s dotglob && mv ./public/* ./
- name: Publish
run: |