修改基座系统
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:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-act-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
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
|
||||
run: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue