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 1a7c17c commit 0cc0062Copy full SHA for 0cc0062
.github/workflows/webpack.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Build
19
run: |
20
repo_full="${{ github.repository }}"
21
- export BASE_PATH="${repo_full##*/}"
+ export BASE_PATH="/${repo_full##*/}/"
22
echo "$BASE_PATH"
23
npm install
24
npm run build
0 commit comments