From 6cca925507c42297c47006add80d6d78f5518c3e Mon Sep 17 00:00:00 2001 From: z9130 <984661593@qq.com> Date: Mon, 16 Sep 2024 16:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-act?= =?UTF-8?q?ion.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-action.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index d2b98471..085a5932 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -13,18 +13,18 @@ jobs: steps: # Checkout the repository - - name: Checkout the repository - uses: https://gitea.com/actions/checkout@v4 - with: - fetch-depth: 0 - # - name: Clone repository - # run: | - # sudo apt-get update - # sudo apt-get install -y git - # git clone http://172.19.183.27:3000/z9130/pansoft-plrl.git pansoft-plrl --depth 1 - # cd pansoft-plrl - # # Optionally check out a specific branch - # git checkout test + # - name: Checkout the repository + # uses: https://gitea.com/actions/checkout@v4 + # with: + # fetch-depth: 0 + - name: Clone repository + run: | + apt-get update + apt-get install -y git + git clone http://172.19.183.27:3000/z9130/pansoft-plrl.git pansoft-plrl --depth 1 + cd pansoft-plrl + # Optionally check out a specific branch + git checkout test - run: npm config set registry https://registry.npmmirror.com