mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
5471e62e60
Added excludes for some site errors. Added issue update on fail Reviewed-on: https://codeberg.org/forgejo/docs/pulls/595 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: TheFox0x7 <thefox0x7@gmail.com> Co-committed-by: TheFox0x7 <thefox0x7@gmail.com>
9 lines
313 B
TOML
9 lines
313 B
TOML
no_progress = true
|
|
output = "report.md"
|
|
cache = true
|
|
accept = ["200", "429"]
|
|
scheme = ["https","http"]
|
|
skip_missing = false
|
|
include_verbatim = false
|
|
exclude = ['^https://forgejo\.octopuce\.forgejo\.org','http://private.forgejo.org', 'https://codeberg.org/forgejo/forgejo/vX.Y/forgejo']
|
|
exclude_all_private = true
|