Skip to content

Commit 67e6ce7

Browse files
committed
Set base path for build
1 parent 52327c4 commit 67e6ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: pnpm install
6161

6262
- name: Build
63-
run: pnpm build
63+
run: pnpm build --base /${{ github.event.repository.name }}/
6464

6565
- uses: actions/upload-pages-artifact@v3
6666
with:

0 commit comments

Comments
 (0)