CHANGE include hidden files in move
All checks were successful
build-to-pages / build (push) Successful in 15s
build-to-pages / push (push) Successful in 8s

This commit is contained in:
Hoernschen 2023-10-28 22:12:07 +02:00
parent 6a32e6a83d
commit 192e33611b
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -42,8 +42,9 @@ jobs:
with:
name: hugo-output
- name: Unzip hugo output
run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . && mv ./public/* ./
- run: |
run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . && shopt -s dotglob && mv ./public/* ./
- name: Publish
run: |
git config user.name "forgejo-actions"
git config user.email ""
git add .