From ede65ca461474a79f2b72eebaea33faf9b1afbac Mon Sep 17 00:00:00 2001 From: papersnake Date: Sun, 21 Jan 2024 21:00:30 +0800 Subject: [PATCH] feat: update cdn.yml with lfs --- .github/workflows/cdn.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cdn.yml b/.github/workflows/cdn.yml index 39dcaaf..8192b90 100644 --- a/.github/workflows/cdn.yml +++ b/.github/workflows/cdn.yml @@ -5,6 +5,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + lfs: 'true' - name: Set up Python 3.10 uses: actions/setup-python@v2 with: