From 7a2d3c133783e06f2cec8136b7af12aef02dcbcf Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Fri, 5 Jul 2024 19:03:08 +0400 Subject: [PATCH] Update readme file and CI --- .github/workflows/release.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba3f2e73..c3bf990f 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 a8b2a78d..ddf1b094 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