Skip to content

Commit 6103490

Browse files
committed
PATH for PROD
1 parent f7fdeec commit 6103490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: npm install, build, and test
2828
run: |
2929
npm install
30-
npm run build --if-present
30+
npm run build --public-url ./ --if-present
3131
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)