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

Commit 2992c28

Browse files
committed
排障
1 parent e556d54 commit 2992c28

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

.github/workflows/build-wiki.yml

+2-24
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,6 @@ jobs:
2424
run: npm install -g gitbook-cli && gitbook fetch # 安装 gitbook-cli
2525

2626
- name: Build GitBook
27-
run: gitbook install && gitbook build # 构建 GitBook 静态文件
28-
29-
- name: Deploy to Main Branch
3027
run: |
31-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
32-
git config --global user.name "github-actions[bot]"
33-
34-
# 创建一个新分支,如果已存在则切换到该分支
35-
git checkout -b main
36-
37-
# 清除 source/wiki 目录内容
38-
rm -rf source/wiki/*
39-
ls
40-
41-
# 将构建的静态文件复制到 source/wiki 目录
42-
cp -rf _book/* source/wiki/
43-
44-
# 添加所有文件到 git
45-
git add source/wiki
46-
47-
# 提交更改
48-
git commit -m "Deploy GitBook to main branch"
49-
50-
# 推送到远程 main 分支
51-
git push origin main
28+
gitbook install && gitbook build # 构建 GitBook 静态文件
29+
ls

0 commit comments

Comments
 (0)