From d29df6b3aae09581efacd981a28e1c95b217db2c Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Wed, 23 Apr 2025 11:36:51 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f7cdbc6..2fc78f6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,8 +11,6 @@ jobs: # Checkout, install tools.. - uses: actions/checkout@v2 with: - lfs: true - fetch-depth: 0 token: ${{ secrets.PAT }} - uses: actions/setup-node@v4 with: @@ -37,6 +35,9 @@ jobs: steps: # Checkout, install tools.. - uses: actions/checkout@v2 + with: + lfs: true + fetch-depth: 0 # Use docker to build current directory ./Dockfile - name: Login to GitHub Container Registry uses: docker/login-action@v1