We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9e2c5 commit 803227dCopy full SHA for 803227d
.github/workflows/website.yml
@@ -71,8 +71,9 @@ jobs:
71
# 文档的克隆、构建、部署。注意 `clone --depth 1` 只拉最近一次提交,减少时间
72
# git clone --depth 1 https://github.com/${GITHUB_REPOSITORY}.git # 如果有多个clone项则替换成这个,避免冲突
73
git clone --depth 1 -b tmp https://github.com/${GITHUB_REPOSITORY}.git ./.vuepress/public/docs/ # [!code] 注意分支
74
- echo "ls"
+ echo "----- ls1 -----"
75
ls
76
+ echo "----- ls2 -----"
77
ls ./.vuepress/public/docs/
78
79
# [!code] 根据实际情况修改 (需要在仓库配置写入以及和文档仓库clone这两个步骤的后面)
0 commit comments