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 009d6cb commit cc10feeCopy full SHA for cc10fee
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
env:
44
NODE_ENV: production
45
NODE_OPTIONS: '--max_old_space_size=4096'
46
- run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_url }}/"
+ run: npm run build -- --pathprefix="${{ steps.pages.outputs.base_path }}/"
47
# run: npm run build -- --pathprefix="/bugs.jqueryui.com/"
48
- name: Upload artifact
49
uses: actions/upload-pages-artifact@v1
0 commit comments