Skip to content

Commit a79a31d

Browse files
NaN
1 parent a8ddb4e commit a79a31d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
git fetch origin deploy:deploy
3636
mike deploy --push --branch deploy --rebase ${{ matrix.version }}
37-
if [[ ${{ matrix.version }} == "v2" ]]; then
37+
if [[ ${{ matrix.version }} == "v1" ]]; then
3838
mike set-default -b deploy ${{ matrix.version }}
3939
fi
4040

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: 'MaxKB 文档'
2-
site_url: 'https://maxkb.cn/docs'
2+
site_url: 'https://maxkb.cn/docs2'
33
site_description: 'MaxKB 是强大易用的企业级智能体平台'
44
site_author: 'MaxKB 开源项目组'
55
repo_name: 'MaxKB'

0 commit comments

Comments
 (0)