修复bug
Build and Deploy Documentation / build-and-deploy (push) Failing after 14s
Details
Build and Deploy Documentation / build-and-deploy (push) Failing after 14s
Details
This commit is contained in:
parent
0ba9ccdd6f
commit
bfa7488484
|
|
@ -22,7 +22,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: readout/rbpu_datasheet
|
repository: readout/rbpu_datasheet
|
||||||
ref: main
|
ref: main
|
||||||
path: ../rbpu_datasheet
|
path: rbpu_datasheet
|
||||||
|
|
||||||
|
- name: Move rbpu_datasheet to peer level
|
||||||
|
run: mv rbpu_datasheet ../rbpu_datasheet
|
||||||
|
|
||||||
- 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