Skip to content

Commit ecb7a02

Browse files
committed
Need to set BASE_PATH
1 parent b2f6628 commit ecb7a02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/webpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
node-version: 18
1717

1818
- name: Build
19+
env:
20+
BASE_PATH: /${{ github.repository.split('/')[1] }}/
1921
run: |
2022
npm install
2123
npm run build

0 commit comments

Comments
 (0)