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