From 7aa35801c7c0ebe2a583e920ad3a8c62b9371524 Mon Sep 17 00:00:00 2001 From: Mathieu Hermann Date: Thu, 14 Nov 2024 02:40:26 +0100 Subject: [PATCH] update preview.yml --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 2435f24..db0e57e 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -19,7 +19,7 @@ jobs: - name: 🔨 Build Project run: | yarn install - yarn run build + yarn run build --base-href ./ - name: 📂 Sync files uses: SamKirkland/FTP-Deploy-Action@v4.3.4