Add ls command to display file details
Some checks failed
自动生成 label / Generate-label (push) Failing after 38s
Some checks failed
自动生成 label / Generate-label (push) Failing after 38s
This commit is contained in:
parent
98c23fb4f6
commit
416c3b0621
@ -31,7 +31,9 @@ jobs:
|
|||||||
git clone http://shenjack.top:5100/gitea-server/python-packs.git
|
git clone http://shenjack.top:5100/gitea-server/python-packs.git
|
||||||
cd python-packs
|
cd python-packs
|
||||||
python3 -m ensurepip
|
python3 -m ensurepip
|
||||||
|
ls . -la
|
||||||
cd ../ARS-docs
|
cd ../ARS-docs
|
||||||
|
ls . -la
|
||||||
|
|
||||||
- name: 安装依赖
|
- name: 安装依赖
|
||||||
run: |
|
run: |
|
||||||
@ -39,7 +41,7 @@ jobs:
|
|||||||
python3 -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
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 -U pip
|
||||||
python3 -m pip install mistune
|
python3 -m pip install mistune
|
||||||
ls .
|
ls . -la
|
||||||
ls scripts
|
ls scripts
|
||||||
|
|
||||||
- name: 生成 label
|
- name: 生成 label
|
||||||
|
Loading…
Reference in New Issue
Block a user