Skip to content

Commit 803227d

Browse files
committed
build(ci): some fix3
1 parent 8d9e2c5 commit 803227d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171
# 文档的克隆、构建、部署。注意 `clone --depth 1` 只拉最近一次提交,减少时间
7272
# git clone --depth 1 https://github.com/${GITHUB_REPOSITORY}.git # 如果有多个clone项则替换成这个,避免冲突
7373
git clone --depth 1 -b tmp https://github.com/${GITHUB_REPOSITORY}.git ./.vuepress/public/docs/ # [!code] 注意分支
74-
echo "ls"
74+
echo "----- ls1 -----"
7575
ls
76+
echo "----- ls2 -----"
7677
ls ./.vuepress/public/docs/
7778
7879
# [!code] 根据实际情况修改 (需要在仓库配置写入以及和文档仓库clone这两个步骤的后面)

0 commit comments

Comments
 (0)