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 6a832c2 commit bd4da29Copy full SHA for bd4da29
.github/workflows/build-and-deploy-rcr-ui.yml
@@ -52,7 +52,7 @@ jobs:
52
run: pnpm install
53
54
- name: Generate static web pages
55
- run: pnpm run build
+ run: NEXT_PUBLIC_BASE_PATH=/rcr-ui pnpm run build
56
57
- name: Deploy to github pages
58
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments