diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index ce4c110..89e430e 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout repository resources uses: actions/checkout@v4 + with: + lfs: true - name: Build website content run: hugo && pwd && ls -R - name: Copy files with rsync