From fbabe0171c1381fecc01ef13420979bbf4880857 Mon Sep 17 00:00:00 2001 From: merlebleue <67027800+merlebleue@users.noreply.github.com> Date: Thu, 30 May 2024 15:07:25 +0200 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index b4aeb2c..5692861 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: './website/public/' + path: './website/build/' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4