From a5ee8f34e4f2c2e79137d4fce398eef63b83f44e Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Sat, 28 Oct 2023 21:51:02 +0200 Subject: [PATCH] FIX hugo output push --- .forgejo/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index e31caa1..d5e47d1 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -41,8 +41,8 @@ jobs: - uses: actions/download-artifact@v3 with: name: hugo-output - - run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . - - run: rm -rf hugo-output && ls -l + - run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . && mv ./public/* ./ + - run: rm -rf hugo-output && rm -rf public && ls -l - run: | git config user.name "forgejo-actions" git config user.email ""