From 264e0b5ec6253b24057ebc96fbfa840bce32ec9d Mon Sep 17 00:00:00 2001 From: Manuel Stahl Date: Tue, 23 Apr 2024 12:28:00 +0200 Subject: [PATCH] Set base path for github pages Change-Id: I9e3a9287c288531793aca7f89faa7f1dab4b795a --- .github/workflows/edge_ghpage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/edge_ghpage.yml b/.github/workflows/edge_ghpage.yml index af07aba..bdece29 100644 --- a/.github/workflows/edge_ghpage.yml +++ b/.github/workflows/edge_ghpage.yml @@ -20,7 +20,7 @@ jobs: - name: Install and Build 🔧 run: | yarn install --immutable - yarn build + yarn build --base=/synapse-admin - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4.6.0