1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/www/htmltest.yml
Carlos Alexandro Becker cdff6487e1 docs: ignore twitter 400 on htmltest
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-28 17:34:30 -03:00

15 lines
331 B
YAML

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