修改基座系统
Build and Deploy Documentation / build-and-deploy (push) Failing after 19s
Details
Build and Deploy Documentation / build-and-deploy (push) Failing after 19s
Details
This commit is contained in:
parent
ac69e665f2
commit
5d7415078f
|
|
@ -11,18 +11,12 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-act-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://gitee.com/actions-mirror/checkout@v4
|
uses: https://gitee.com/actions-mirror/checkout@v4
|
||||||
|
|
||||||
- name: Setup Python
|
|
||||||
uses: https://gitee.com/actions-mirror/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: "3.11"
|
|
||||||
cache: pip
|
|
||||||
|
|
||||||
- name: Configure pip mirror
|
- name: Configure pip mirror
|
||||||
run: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
run: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue