We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dfaf9 commit 96eafe7Copy full SHA for 96eafe7
.github/workflows/node.js.yml
@@ -23,7 +23,7 @@ jobs:
23
run: npm ci
24
25
- name: Extract repository name
26
- run: echo "BASE_PATH=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV
+ run: echo "BASE_PATH=/$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV
27
28
- name: Build my App
29
run: npm run build && touch ./out/.nojekyll
0 commit comments