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:
parent
d676964938
commit
42c6b8b7a8
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
@ -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
|
||||
|
@ -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": "*/*"
|
||||
|
Loading…
Reference in New Issue
Block a user