From e004a8fbcc3a23d2f13c7bf59cb4138b8f3853c9 Mon Sep 17 00:00:00 2001 From: MultiMote Date: Mon, 15 Jul 2024 17:39:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20=D0=B8=D0=B7-=D0=B7?= =?UTF-8?q?=D0=B0=20LFS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-and-deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 8a67dce..f89af9f 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -24,6 +24,8 @@ jobs: - name: Checkout repository code uses: actions/checkout@v3 + with: + lfs: true - name: Insert commit data to sidebar uses: jacobtomlinson/gha-find-replace@v3