Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit e556d54

Browse files
committed
排障
1 parent 9d36d2f commit e556d54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-wiki.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
3737
# 清除 source/wiki 目录内容
3838
rm -rf source/wiki/*
39+
ls
3940
4041
# 将构建的静态文件复制到 source/wiki 目录
41-
cp -r _book/* source/wiki/
42+
cp -rf _book/* source/wiki/
4243
4344
# 添加所有文件到 git
4445
git add source/wiki

0 commit comments

Comments
 (0)