Skip to content

Commit 84dece4

Browse files
committed
1 parent 79171b1 commit 84dece4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

my-docs/.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
name: 部署文档
33

4+
base: /MetaMind/
5+
46
on:
57
push:
68
branches:
@@ -44,5 +46,5 @@ jobs:
4446
uses: JamesIves/github-pages-deploy-action@v4
4547
with:
4648
# 部署文档
47-
branch: gh-pages
49+
branch: main
4850
folder: src/.vuepress/dist

0 commit comments

Comments
 (0)