From 735b5c512181a8b608fde529d7a8aa13f24408bd Mon Sep 17 00:00:00 2001 From: ZuperZee Date: Thu, 9 Jan 2025 11:49:48 +0100 Subject: [PATCH] ci(website): use absolute path Seems like actions/upload-pages-artifact must have an absolute path: https://github.com/actions/upload-pages-artifact/issues/74 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index bf63b92..66f4398 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -29,7 +29,7 @@ jobs: - name: Upload Build Artifact uses: actions/upload-pages-artifact@v3 with: - path: build + path: website/build deploy: name: Deploy to GitHub Pages