We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fb304 commit 47a2d99Copy full SHA for 47a2d99
1 file changed
.github/workflows/deploy-tags.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Build site
28
env:
29
- BASE_PATH: ${{ github.ref_name }}
+ BASE_PATH: /${{ github.ref_name }}
30
TARGET_FOLDER: ${{ github.ref_name }}
31
run: pnpm buildRepo
32
0 commit comments