We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de87df8 commit c6ff009Copy full SHA for c6ff009
1 file changed
.github/workflows/docs.yml
@@ -29,9 +29,7 @@ jobs:
29
run: |
30
set -ex
31
pwd
32
- bash ./scripts/base/install_git_lfs.sh
33
bash ./scripts/base/install_bin.sh
34
- ls -al doc/images
35
36
- name: Setup Node 16
37
uses: actions/setup-node@v3
@@ -67,7 +65,6 @@ jobs:
67
65
rm -rf old
68
66
yarn build
69
cp -af ../media dist
70
- ls -al dist/assets/
71
72
# 查看 workflow 的文档来获取更多信息
73
# @see https://github.com/crazy-max/ghaction-github-pages
@@ -81,7 +78,3 @@ jobs:
81
78
env:
82
79
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
83
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84
-
85
- - name: debug
86
- run: |
87
- ls -al doc/dist/assets/
0 commit comments