Skip to content

Commit f04ede5

Browse files
committed
build(ci): some fix6
1 parent f8f042b commit f04ede5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ jobs:
7272
# 文档的克隆、构建、部署。注意 `clone --depth 1` 只拉最近一次提交,减少时间
7373
# git clone --depth 1 https://github.com/${GITHUB_REPOSITORY}.git # 如果有多个clone项则替换成这个,避免冲突
7474
mkdir -p ./.vuepress/public/docs/
75-
git clone --depth 1 -b tmp https://github.com/${GITHUB_REPOSITORY}.git ./.vuepress/public/docs/ # [!code] 注意分支
75+
git clone --depth 1 -b tmp https://github.com/${GITHUB_REPOSITORY}.git .vuepress/public/docs/ # [!code] 注意分支
7676
pwd
7777
echo "----- ls1 -----"
78-
ls
78+
ls -a
7979
echo "----- ls2 -----"
80-
ls ./.vuepress/public/docs/
80+
ls -a ./.vuepress/public/docs/
8181
8282
# [!code] 根据实际情况修改 (需要在仓库配置写入以及和文档仓库clone这两个步骤的后面)
8383
- name: 配置 - 设置

0 commit comments

Comments
 (0)