Skip to content

Commit 2fa8de0

Browse files
committed
build(ci): some fix
1 parent db78e24 commit 2fa8de0

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,7 +71,8 @@ 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-
ls ./.vuepress/public/docs/
74+
echo "ls"
75+
echo "ls ./.vuepress/public/docs/"
7576
7677
# [!code] 根据实际情况修改 (需要在仓库配置写入以及和文档仓库clone这两个步骤的后面)
7778
- name: 配置 - 设置

0 commit comments

Comments
 (0)