Add ls command to display file details
Some checks failed
自动生成 label / Generate-label (push) Failing after 38s

This commit is contained in:
shenjack 2023-12-14 12:56:20 +08:00
parent 98c23fb4f6
commit 416c3b0621
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -31,7 +31,9 @@ jobs:
git clone http://shenjack.top:5100/gitea-server/python-packs.git
cd python-packs
python3 -m ensurepip
ls . -la
cd ../ARS-docs
ls . -la
- name: 安装依赖
run: |
@ -39,7 +41,7 @@ jobs:
python3 -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
python3 -m pip install -U pip
python3 -m pip install mistune
ls .
ls . -la
ls scripts
- name: 生成 label