1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00
goreleaser/www/htmltest.yml
Carlos Alexandro Becker 9012f61d41 fix: htmltest config
refs #1745

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-12 18:28:35 -03:00

14 lines
298 B
YAML

DirectoryPath: ./site
IgnoreURLs:
- www.google-analytics.com
- fonts.gstatic.com
- opencollective.com
- https://gitlab.com/profile/personal_access_tokens
IgnoreDirs:
- overrides
IgnoreDirectoryMissingTrailingSlash: true
IgnoreAltMissing: true
HTTPHeaders:
"Range": "bytes=0-10"
"Accept": "*/*"