更新 .gitea/workflows/build-action.yaml

This commit is contained in:
z9130 2024-09-16 15:34:40 +08:00
parent 1014c7399b
commit bfd420d7ee
1 changed files with 11 additions and 11 deletions

View File

@ -12,17 +12,17 @@ jobs:
steps: steps:
# Checkout the repository Checkout the repository
# - name: Checkout the repository - name: Checkout the repository
# uses: actions/checkout@v4 uses: 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 # git clone http://172.19.183.27:3000/z9130/pansoft-plrl.git --depth 1
cd your-repo # cd your-repo
# Optionally check out a specific branch # # Optionally check out a specific branch
git checkout test # git checkout test
- run: npm config set registry https://registry.npmmirror.com - run: npm config set registry https://registry.npmmirror.com