We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f876e92 commit 1a0491dCopy full SHA for 1a0491d
.github/workflows/deploy-latest.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Build site
31
env:
32
- BASE_PATH: ""
+ BASE_PATH: "/latest"
33
TARGET_FOLDER: latest
34
run: pnpm buildRepo
35
.github/workflows/deploy-tags.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
+ BASE_PATH: ${{ github.ref_name }}
TARGET_FOLDER: ${{ github.ref_name }}
0 commit comments