mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-24 16:43:26 +01:00
Use a path independent build for Github Pages
This commit is contained in:
parent
c0c770e86c
commit
394725b14e
2
.github/workflows/deploy-pages.yml
vendored
2
.github/workflows/deploy-pages.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Copy demo config
|
- name: Copy demo config
|
||||||
run: cp .github/workflows/demo-config.json public/wall-config.json
|
run: cp .github/workflows/demo-config.json public/wall-config.json
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build -- --base=/fediwall/
|
run: npm run build -- --base=./
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user