From 996142203837a5f16bffa339bb886ad91a232405 Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Wed, 6 May 2026 22:56:33 +0300 Subject: [PATCH] build: Made it use lfs --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a24fcb3..ea470f5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v5 + with: + lfs: true - name: Install, build, and upload your site uses: withastro/action@v4 with: