diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 048f847..75b0d59 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -66,6 +66,7 @@ jobs: - name: Fix permissions run: | find ./target -type d -exec chmod 0755 {} \; + find ./target -type f -name '.lock' -delete - name: Upload Pages Artifact if: inputs.skip-publish != true