Update readme file and CI

This commit is contained in:
Paramtamtam 2024-07-05 19:03:08 +04:00
parent 141c18cf29
commit 7a2d3c1337
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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