Skip to content

Commit cc10fee

Browse files
committed
ci(github): use base_path for build prefix
1 parent 009d6cb commit cc10fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
NODE_ENV: production
4545
NODE_OPTIONS: '--max_old_space_size=4096'
46-
run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_url }}/"
46+
run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_path }}/"
4747
# run: npm run build -- --pathprefix="/bugs.jqueryui.com/"
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)