diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1df3aea..4c71609 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: http://gitea.com/actions/checkout@v4 + run: git clone --depth 1 --branch main https://git.ampbox.io/${{ github.repository }}.git . - name: Build and deploy run: |