Skip to content

Commit 74b030d

Browse files
committed
[ci] build with relative path
1 parent 2c03eb6 commit 74b030d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: npm run build
3333
env:
34-
BASE_URL: /gephi-lite/v${{ env.PACKAGE_VERSION }}
34+
BASE_URL: ./
3535

3636
- name: Create site folder
3737
run: mkdir -p website/v${{ env.PACKAGE_VERSION }}

0 commit comments

Comments
 (0)