mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-09 16:24:51 +00: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 🔧
|
- name: Install and Build 🔧
|
||||||
run: |
|
run: |
|
||||||
yarn install --immutable
|
yarn install --immutable
|
||||||
yarn build
|
yarn build --base=/synapse-admin
|
||||||
|
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.6.0
|
uses: JamesIves/github-pages-deploy-action@v4.6.0
|
||||||
|
|
Loading…
Reference in a new issue