From 5fb8f27af1ada6b8b5f86a841b904120e5f98813 Mon Sep 17 00:00:00 2001 From: Dynesshely Date: Mon, 9 Sep 2024 03:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix:=20Try=20to=20correct=20path?= =?UTF-8?q?=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 4de614f..d9e4994 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,7 +25,7 @@ jobs: - name: Build working-directory: "KitX Website Flutter/kitx_website" shell: pwsh - run: "& build.ps1 -baseHref /KitX-Website/" + run: \& build.ps1 -baseHref "/KitX-Website/" - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: