Skip to content

Commit 1a0491d

Browse files
authored
update basePath (#441)
1 parent f876e92 commit 1a0491d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-latest.yml

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

3030
- name: Build site
3131
env:
32-
BASE_PATH: ""
32+
BASE_PATH: "/latest"
3333
TARGET_FOLDER: latest
3434
run: pnpm buildRepo
3535

.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: ""
29+
BASE_PATH: ${{ github.ref_name }}
3030
TARGET_FOLDER: ${{ github.ref_name }}
3131
run: pnpm buildRepo
3232

0 commit comments

Comments
 (0)