Skip to content

Commit 47a2d99

Browse files
authored
missing slash (#468)
1 parent a6fb304 commit 47a2d99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-tags.yml

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

2727
- name: Build site
2828
env:
29-
BASE_PATH: ${{ github.ref_name }}
29+
BASE_PATH: /${{ github.ref_name }}
3030
TARGET_FOLDER: ${{ github.ref_name }}
3131
run: pnpm buildRepo
3232

0 commit comments

Comments
 (0)