diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index b86ad1e..c50cd6f 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -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 .