Skip to content

Commit 5313cce

Browse files
committed
remove base path as unwarranted with profile repo
1 parent e3d0879 commit 5313cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: build
3030
env:
31-
BASE_PATH: /${{ github.event.repository.name }}
31+
# BASE_PATH: /${{ github.event.repository.name }}
3232
PUBLIC_GITHUB_USERNAME: ${{ github.actor }}
3333
PUBLIC_EMAIL: ${{ vars.PUBLIC_EMAIL }}
3434
run: pnpm build

0 commit comments

Comments
 (0)