修复bug
Build and Deploy Documentation / build-and-deploy (push) Failing after 5s
Details
Build and Deploy Documentation / build-and-deploy (push) Failing after 5s
Details
This commit is contained in:
parent
1f01c61cde
commit
0ba9ccdd6f
|
|
@ -13,21 +13,16 @@ jobs:
|
|||
build-and-deploy:
|
||||
runs-on: ubuntu-act-latest
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: readout_program
|
||||
|
||||
steps:
|
||||
- name: Checkout readout_program
|
||||
uses: https://gitee.com/actions-mirror/checkout@v4
|
||||
with:
|
||||
path: readout_program
|
||||
|
||||
- name: Checkout rbpu_datasheet
|
||||
uses: https://gitee.com/actions-mirror/checkout@v4
|
||||
with:
|
||||
repository: ${{ github.repository_owner }}/rbpu_datasheet
|
||||
path: rbpu_datasheet
|
||||
repository: readout/rbpu_datasheet
|
||||
ref: main
|
||||
path: ../rbpu_datasheet
|
||||
|
||||
- name: Configure pip mirror
|
||||
run: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
|
|
|||
Loading…
Reference in New Issue