diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a24fcb3..ea470f5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v5 + with: + lfs: true - name: Install, build, and upload your site uses: withastro/action@v4 with: