修复bug
Build and Deploy Documentation / build-and-deploy (push) Failing after 5s Details

This commit is contained in:
guocheng 2026-07-29 23:59:15 +08:00
parent 1f01c61cde
commit 0ba9ccdd6f
1 changed files with 3 additions and 8 deletions

View File

@ -13,21 +13,16 @@ jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-act-latest runs-on: ubuntu-act-latest
defaults:
run:
working-directory: readout_program
steps: steps:
- name: Checkout readout_program - name: Checkout readout_program
uses: https://gitee.com/actions-mirror/checkout@v4 uses: https://gitee.com/actions-mirror/checkout@v4
with:
path: readout_program
- name: Checkout rbpu_datasheet - name: Checkout rbpu_datasheet
uses: https://gitee.com/actions-mirror/checkout@v4 uses: https://gitee.com/actions-mirror/checkout@v4
with: with:
repository: ${{ github.repository_owner }}/rbpu_datasheet repository: readout/rbpu_datasheet
path: rbpu_datasheet ref: main
path: ../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