diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba3f2e7..c3bf990 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: tag: ${{ github.ref }} - if: matrix.os == 'linux' && matrix.arch == 'amd64' - run: mkdir ./out && ./${{ steps.values.outputs.binary-name }} build --index --target-dir ./out + run: mkdir ./out && ./${{ steps.values.outputs.binary-name }} build --index --disable-minification --target-dir ./out - if: matrix.os == 'linux' && matrix.arch == 'amd64' uses: actions/upload-artifact@v4 with: diff --git a/README.md b/README.md index a8b2a78..ddf1b09 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ original and attractive. That's why this repository was created :) It contains: (supported formats: `json`, `xml`, and `plaintext`) - Error pages are configured to be excluded from search engine indexing (using meta tags and HTTP headers) to prevent SEO issues on your website + - HTML content (including CSS, SVG, and JS) is minified on the fly - Logs written in `json` format - Contains a health check endpoint (`/healthz`) - Consumes very few resources and is suitable for use in resource-constrained environments