更新 .gitea/workflows/build-action.yaml
Frontend CI/CD / build (web-office) (push) Failing after 2s Details

This commit is contained in:
z9130 2024-09-16 15:44:34 +08:00
parent b9515d8282
commit 7f360aa458
1 changed files with 12 additions and 10 deletions

View File

@ -13,16 +13,18 @@ jobs:
steps: steps:
# Checkout the repository # Checkout the repository
- name: Checkout the repository # - name: Checkout the repository
uses: https://gitee.com/z9130/actions-checkout@v4 # uses: https://gitee.com/z9130/actions-checkout@v4
with: # with:
fetch-depth: 0 # fetch-depth: 0
# - name: Clone repository - name: Clone repository
# run: | run: |
# git clone http://172.19.183.27:3000/z9130/pansoft-plrl.git --depth 1 sudo apt-get update
# cd your-repo sudo apt-get install -y git
# # Optionally check out a specific branch git clone http://172.19.183.27:3000/z9130/pansoft-plrl.git pansoft-plrl --depth 1
# git checkout test cd pansoft-plrl
# Optionally check out a specific branch
git checkout test
- run: npm config set registry https://registry.npmmirror.com - run: npm config set registry https://registry.npmmirror.com