Use a path independent build for Github Pages

This commit is contained in:
Marcel Hellkamp 2023-07-20 13:22:32 +02:00
parent c0c770e86c
commit 394725b14e

View File

@ -25,7 +25,7 @@ jobs:
- name: Copy demo config
run: cp .github/workflows/demo-config.json public/wall-config.json
- name: Build
run: npm run build -- --base=/fediwall/
run: npm run build -- --base=./
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with: