Skip to content

Commit c6ff009

Browse files
committed
🔥 remove debug code
Signed-off-by: cyw3 <2927096163@qq.com>
1 parent de87df8 commit c6ff009

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
run: |
3030
set -ex
3131
pwd
32-
bash ./scripts/base/install_git_lfs.sh
3332
bash ./scripts/base/install_bin.sh
34-
ls -al doc/images
3533
3634
- name: Setup Node 16
3735
uses: actions/setup-node@v3
@@ -67,7 +65,6 @@ jobs:
6765
rm -rf old
6866
yarn build
6967
cp -af ../media dist
70-
ls -al dist/assets/
7168
7269
# 查看 workflow 的文档来获取更多信息
7370
# @see https://github.com/crazy-max/ghaction-github-pages
@@ -81,7 +78,3 @@ jobs:
8178
env:
8279
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
8380
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84-
85-
- name: debug
86-
run: |
87-
ls -al doc/dist/assets/

0 commit comments

Comments
 (0)