From 0ba9ccdd6f06b305898b64b319f37cc6dbf46958 Mon Sep 17 00:00:00 2001 From: guocheng Date: Wed, 29 Jul 2026 23:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ed942f8..2d43ef0 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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