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 f7fdeec commit 6103490Copy full SHA for 6103490
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: npm install, build, and test
28
run: |
29
npm install
30
- npm run build --if-present
+ npm run build --public-url ./ --if-present
31
32
- name: Upload artifact
33
uses: actions/upload-pages-artifact@v3
0 commit comments