mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Update readme file and CI
This commit is contained in:
parent
141c18cf29
commit
7a2d3c1337
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
|
|
||||||
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
|
- 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'
|
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
@ -38,6 +38,7 @@ original and attractive. That's why this repository was created :) It contains:
|
|||||||
(supported formats: `json`, `xml`, and `plaintext`)
|
(supported formats: `json`, `xml`, and `plaintext`)
|
||||||
- Error pages are configured to be excluded from search engine indexing (using meta tags and HTTP headers) to
|
- Error pages are configured to be excluded from search engine indexing (using meta tags and HTTP headers) to
|
||||||
prevent SEO issues on your website
|
prevent SEO issues on your website
|
||||||
|
- HTML content (including CSS, SVG, and JS) is minified on the fly
|
||||||
- Logs written in `json` format
|
- Logs written in `json` format
|
||||||
- Contains a health check endpoint (`/healthz`)
|
- Contains a health check endpoint (`/healthz`)
|
||||||
- Consumes very few resources and is suitable for use in resource-constrained environments
|
- Consumes very few resources and is suitable for use in resource-constrained environments
|
||||||
|
Loading…
Reference in New Issue
Block a user