FIX pipeline
Some checks failed
build-to-pages / build (push) Successful in 15s
build-to-pages / push (push) Failing after 8s

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

View file

@ -45,10 +45,8 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: hugo-output
- name: Display folder
run: ls -l
- name: Unzip hugo output
run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . && shopt -s dotglob && mv ./public/* ./
run: apt update && apt install unzip -y && unzip public.zip -d . && shopt -s dotglob && mv ./public/* ./
- name: Publish
run: |
git config user.name "forgejo-actions"