From 84464ee9ea3d729f5050116f63890b8573860b5c Mon Sep 17 00:00:00 2001 From: Richard Treier Date: Sat, 4 Jan 2025 02:28:23 +0100 Subject: [PATCH] fix re-navigation to a path not working --- .github/workflows/deploy-to-gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index 32cd2c9..e208dd5 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -41,6 +41,8 @@ jobs: - name: Install Dependencies run: npm ci - name: Build + env: + BASE_PATH: ${{ github.event.repository.name }} run: npm run build - name: Upload artifact uses: actions/upload-pages-artifact@v3