Skip to content

Commit 0cc0062

Browse files
committed
Attempt #3
1 parent 1a7c17c commit 0cc0062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build
1919
run: |
2020
repo_full="${{ github.repository }}"
21-
export BASE_PATH="${repo_full##*/}"
21+
export BASE_PATH="/${repo_full##*/}/"
2222
echo "$BASE_PATH"
2323
npm install
2424
npm run build

0 commit comments

Comments
 (0)