From b7c120ccc1f16b472341816007182f3855e5619a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Tue, 4 Jun 2024 01:39:56 +0200 Subject: [PATCH] [CI] Explicitly require Git LFS on checkout --- .github/workflows/deploy.yml | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b4e94de..ce24b86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,8 @@ jobs: steps: - name: Check out code uses: actions/checkout@v4 + with: + lfs: true - name: Install Swift uses: swift-actions/setup-swift@v2 diff --git a/.gitignore b/.gitignore index 3b29812..90879d0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ DerivedData/ .swiftpm/config/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc +docs