1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

chore(ci): use htmltest action (#2303)

* feat: use htmltest action

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: config

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-06-16 16:01:19 -03:00 committed by GitHub
parent d676964938
commit 42c6b8b7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Checkout
name: checkout
uses: actions/checkout@v2
-
name: build
@ -22,7 +22,7 @@ jobs:
docker run --rm -v ${PWD}/www:/docs squidfunk/mkdocs-material build
-
name: htmltest
run: |
cd www
curl https://htmltest.wjdp.uk | bash
./bin/htmltest -c htmltest.yml
uses: wjdp/htmltest-action@master
with:
path: www/site
config: www/htmltest.yml

View File

@ -1,4 +1,3 @@
DirectoryPath: ./site
IgnoreURLs:
- www.google-analytics.com
- fonts.gstatic.com
@ -9,6 +8,7 @@ IgnoreDirs:
- overrides
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
ExternalTimeout: 60
HTTPHeaders:
"Range": "bytes=0-10"
"Accept": "*/*"