Skip to content

Commit bd4da29

Browse files
committed
Make sure to set the base path correctly
1 parent 6a832c2 commit bd4da29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-rcr-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: pnpm install
5353

5454
- name: Generate static web pages
55-
run: pnpm run build
55+
run: NEXT_PUBLIC_BASE_PATH=/rcr-ui pnpm run build
5656

5757
- name: Deploy to github pages
5858
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)