From 594f87737f1827c5f28059d27557e0d0e787e3b4 Mon Sep 17 00:00:00 2001 From: olaf michaelis Date: Thu, 30 Jan 2025 15:19:16 +0100 Subject: [PATCH] Update --- .github/workflows/pages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3b6ddd26..18ae0ecf 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -52,7 +52,8 @@ jobs: # Automatically uploads an artifact from the './_site' directory by default uses: actions/upload-pages-artifact@v3 with: - path: ./_site + path: ./ + name: artifact # Deployment job deploy: @@ -66,4 +67,4 @@ jobs: id: deployment uses: actions/deploy-pages@v1 with: - folder: ./_site + folder: artifact