diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 8dcce05..c6b99fe 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -15,6 +15,10 @@ jobs: RUNNER_TOOL_CACHE: /toolcache runs-on: ubuntu-latest steps: + + - name: 📦 Install git-lfs + run: apt update && apt install git-lfs zstd + - name: Checkout your repository using git uses: actions/checkout@v4 with: @@ -40,6 +44,9 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- + - name: 📥 Checkout lfs files + run: git lfs pull + - name: Install, build, and upload your site output uses: withastro/action@v2