mirror of
https://github.com/goreleaser/nfpm.git
synced 2026-06-19 08:05:04 +00:00
@@ -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
|
||||
|
||||
+4
-1
@@ -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": "*/*"
|
||||
|
||||
Reference in New Issue
Block a user