From 0e47d9fe210a2afed6aa24f8474ef28ba2eb7420 Mon Sep 17 00:00:00 2001 From: Geir Aalberg Date: Thu, 23 Jan 2025 17:20:27 +0100 Subject: [PATCH] new hopeful try --- .github/workflows/pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1d33be8..78e70ec 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -47,7 +47,8 @@ jobs: JEKYLL_ENV: production - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@v4 + #uses: actions/upload-pages-artifact@v1 + uses: actions/upload-artifact@v4 with: path: _site overwrite: true