Skip to content

Commit 7d6766b

Browse files
committed
fix: autofill base again again again again again again
1 parent f1f681f commit 7d6766b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set Base Url
1818
run: |
1919
BRANCH=$(echo ${GITHUB_REF} | sed -e 's/refs\/heads\///')
20-
BEFORE='---base---'
20+
BEFORE='@base@'
2121
if [[ $BRANCH == ver/* ]]; then
2222
BRANCH_NAME=$(echo $BRANCH | sed 's|origin/||')
2323
AFTER=$(echo $BRANCH_NAME | sed 's|build/ver/||')

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const vitepressOptions: UserConfig = {
2727
description: "Docs of CommandAPI",
2828
cleanUrls: true,
2929
metaChunk: true,
30-
base: "---base---",
30+
base: "@base@",
3131
ignoreDeadLinks: true, // TODO remove when all things are done
3232
rewrites: {
3333
'en/:rest*': ':rest*'

0 commit comments

Comments
 (0)