1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-27 21:26:16 +02:00

fix(ci): htmltest

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-06-27 00:44:22 +00:00
parent eab9af1d52
commit decb73f3a7
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 9 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 site
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,3 +8,7 @@ IgnoreDirs:
- overrides
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
ExternalTimeout: 60
HTTPHeaders:
"Range": "bytes=0-10"
"Accept": "*/*"