From de9b5527b4ad5d249bd02a3fa2638994b59520c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paul=20Grandsire?= Date: Sun, 14 Apr 2024 17:48:58 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20ci:=20fix=20website=20build=20pa?= =?UTF-8?q?th?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-website.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index c99bbdb..6803b69 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -25,8 +25,7 @@ jobs: - uses: actions/upload-pages-artifact@v3.0.1 with: name: "website-build-artifact" - path: "website/dist/**" - overwrite: true + path: ./website/dist deploy: needs: build