Set base path for github pages

Change-Id: I9e3a9287c288531793aca7f89faa7f1dab4b795a
This commit is contained in:
Manuel Stahl 2024-04-23 12:28:00 +02:00
parent 1837733e07
commit 264e0b5ec6

View file

@ -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