diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69fed5003f..543a4d9cdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - lfs: true - name: Install pnpm uses: pnpm/action-setup@v4 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index bc085be009..c2125e0c15 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -19,8 +19,6 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 - with: - lfs: true - name: Print commit id, message and tag run: |