mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 15:25:22 +03:00
Set base path for github pages
Change-Id: I9e3a9287c288531793aca7f89faa7f1dab4b795a
This commit is contained in:
parent
1837733e07
commit
264e0b5ec6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/edge_ghpage.yml
vendored
2
.github/workflows/edge_ghpage.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue