From 8795300a66bd8a169a5cf7d4f35696effd7983f9 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Tue, 23 Jun 2026 09:59:57 -0600 Subject: [PATCH] tell ci to use git lfs --- .github/workflows/ci.yml | 6 ++++++ .github/workflows/deploy-prod.yml | 2 ++ .github/workflows/deploy-staging.yml | 5 ++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebc136345c..8ca7cd15e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + lfs: true - name: Setup Node.js uses: actions/setup-node@v6 @@ -40,6 +42,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + lfs: true - name: Setup Node.js uses: actions/setup-node@v6 @@ -70,6 +74,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + lfs: true - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 822d0cf473..f7f92e2f3b 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + lfs: true - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index b5fe96cdb2..6a8a7de356 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + lfs: true - name: Setup Node.js uses: actions/setup-node@v6 @@ -37,9 +39,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_ENV: production - - name: Debug - run: ls -la dist/_nuxt/content 2>&1 || true - - name: Upload uses: actions/upload-pages-artifact@v3 with: