Skip to content

Commit e39ae71

Browse files
committed
Fix NEXT_PUBLIC_BASE_PATH
1 parent 43a6700 commit e39ae71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-catalog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757

5858
- name: Build Next.js site
5959
working-directory: catalog
60-
run: npm run build
60+
run: npm run build:github
61+
env:
62+
NEXT_PUBLIC_BASE_PATH: "true"
6163

6264
- name: Upload artifact
6365
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)