diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 16b751e..e31caa1 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -30,6 +30,7 @@ jobs: name: hugo-output path: ./public.zip if-no-files-found: error + retention-days: 1 push: runs-on: docker steps: @@ -40,8 +41,8 @@ jobs: - uses: actions/download-artifact@v3 with: name: hugo-output - #- run: apt update && apt install unzip -y && unzip public.zip -d . - - run: ls -l + - run: apt update && apt install unzip -y && unzip hugo-output/public.zip -d . + - run: rm -rf hugo-output && ls -l - run: | git config user.name "forgejo-actions" git config user.email ""