diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 608184f..8dcce05 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -17,9 +17,8 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 - - - name: 📦 Install git-lfs - run: apt update && apt install git-lfs zstd + with: + lfs: true - name: 📦 Install PNPM uses: https://github.com/pnpm/action-setup@v3 @@ -41,12 +40,6 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- - - name: 📥 Checkout lfs files - run: git lfs pull - - - name: 📦 Install pnpm packages - run: pnpm install - - name: Install, build, and upload your site output uses: withastro/action@v2