change base path
This commit is contained in:
parent
24181b932a
commit
3cbfaba5e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Build website
|
||||
env:
|
||||
BASE_PATH: '/${{ github.event.repository.name }}'
|
||||
BASE_PATH: ''
|
||||
run: |
|
||||
npm run build --prefix website
|
||||
|
||||
|
|
Loading…
Reference in a new issue