diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index c345b77..044db02 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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: |