There was an error while loading. Please reload this page.
1 parent b17336f commit 227b21eCopy full SHA for 227b21e
1 file changed
.github/workflows/interactdocs.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Build docs app
43
run: yarn workspace @wix/interact-docs build
44
env:
45
- # Set base path for GitHub Pages deployment under /docs/
46
- VITE_BASE: /docs/
+ # Set base path for GitHub Pages deployment to ./ which should be under /docs/
+ VITE_BASE: ./
47
48
- name: Setup Pages
49
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4
0 commit comments