change base path

This commit is contained in:
vcoppe
2024-09-02 12:32:33 +02:00
parent 24181b932a
commit 3cbfaba5e7

View File

@@ -36,7 +36,7 @@ jobs:
- name: Build website
env:
BASE_PATH: '/${{ github.event.repository.name }}'
BASE_PATH: ''
run: |
npm run build --prefix website