diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 8a67dce..f89af9f 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -24,6 +24,8 @@ jobs: - name: Checkout repository code uses: actions/checkout@v3 + with: + lfs: true - name: Insert commit data to sidebar uses: jacobtomlinson/gha-find-replace@v3