We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f6628 commit ecb7a02Copy full SHA for ecb7a02
.github/workflows/webpack.yml
@@ -16,6 +16,8 @@ jobs:
16
node-version: 18
17
18
- name: Build
19
+ env:
20
+ BASE_PATH: /${{ github.repository.split('/')[1] }}/
21
run: |
22
npm install
23
npm run build
0 commit comments