From 34027c215b34b3ad56e9c569ecb1bfbc9f305fc9 Mon Sep 17 00:00:00 2001 From: mozzy11 Date: Fri, 31 May 2024 14:15:48 +0300 Subject: [PATCH] ensure LFS files are preserved --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9474f74d74..e06dc6c6df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,4 +47,5 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./output + keep_files: true # Ensures LFS files are preserved