Skip to content

Commit 899d573

Browse files
committed
Update help-to-wiki.yml
update
1 parent ede7c86 commit 899d573

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/help-to-wiki.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ jobs:
6666
6767
git clone "https://x-access-token:${WIKI_PAT}@github.com/${WIKI_REPO}.git" wiki
6868
69-
rm -rf "wiki/help/en"
70-
mkdir -p "wiki/help/en"
71-
cp -R "_wiki_help/en/." "wiki/help/en/"
69+
# 覆盖 wiki 主仓库根目录(不再使用子目录)
70+
cp -R "_wiki_help/en/." "wiki/"
7271
7372
cd wiki
7473
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)