From 44624c0202c2d991b6e86509664e69589b8bdf89 Mon Sep 17 00:00:00 2001 From: Christoph Bartschat Date: Fri, 28 Aug 2026 15:35:01 -0700 Subject: [PATCH] Enable lfs in github actions --- .github/workflows/deploy.yml | 1 + .github/workflows/test-deploy.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0405e9..3da8f34 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + lfs: true - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 4abcc00..b50fb04 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + lfs: true - uses: actions/setup-node@v4 with: node-version: 20