diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4c4ced0..910c530 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + lfs: "true" - name: Show content run: ls -la - name: Deploy to ProdServer