From fe3454f046958e56011d83549c1507b98f752653 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Wed, 3 Apr 2024 16:51:33 +0200 Subject: [PATCH] feat: check some shit --- .github/workflows/default.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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