From 92563f7018cce06cfa939c498453c1155217ceb2 Mon Sep 17 00:00:00 2001 From: Geir Aalberg Date: Thu, 23 Jan 2025 17:26:07 +0100 Subject: [PATCH] still not giving up hope --- .github/workflows/pages.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 78e70ec..c39d32a 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -47,11 +47,7 @@ jobs: JEKYLL_ENV: production - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default - #uses: actions/upload-pages-artifact@v1 - uses: actions/upload-artifact@v4 - with: - path: _site - overwrite: true + uses: actions/upload-pages-artifact@v3 # Deployment job deploy: