about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/ci/linkcheck.sh
AgeCommit message (Collapse)AuthorLines
2024-12-30Opt into, rather than out of, linkcheck (#2180)Noah Lev-1/+1
This makes it less of a hassle to render the book locally.
2024-12-29Remove properly tracked config file from .gitignore & add support for ↵Martin Liška-3/+10
skipping of link-checking (#2023) * Remove properly tracked config file from .gitignore The file is part of the git history and is a configuration file. Fixes: #2018 * Add env. variable support * Refactoring * Really skip linkcheck if requested
2024-12-28Start using mdbook-linkcheck2 (#2103)Martin Liška-9/+3
2024-08-07Disable linkcheck in PRs until bugs are fixedNoah Lev-0/+6
See https://github.com/Michael-F-Bryan/mdbook-linkcheck/issues/77 and https://github.com/Michael-F-Bryan/mdbook-linkcheck/issues/86. These bugs are causing linkcheck to erroneously fail because we run it using `-f`, to avoid too many requests. For now, disable linkcheck in PR CI, though leave it enabled in the cron job, where the bug should not occur.
2024-08-03linkcheck: fix filtering of the source files (#2019)Martin Liška-2/+2
2023-03-27Don't require $GITHUB_TOKEN to build locally (#1652)jyn-3/+13
2021-04-27Remove the possible unnecessary flagJohnTitor-1/+1
2021-04-27Replace some Travis-related things completelyYuki Okushi-1/+1
2021-03-11Check `BASE_SHA` only if it's a PR (#1083)Yuki Okushi-1/+1
2021-03-10Switch from Travis to GHA (#1073)Yuki Okushi-6/+6
2020-11-30Improve contributor experience for the dev-guide itself (#973)Joshua Nelson-1/+3
- Fix typos in the README - Don't echo all instructions in the linkcheck.sh shellscript; this is noisy and unhelpful when developing locally. Verbose output is still enabled in CI. - Link to the index page for compiler docs, not `rustc_middle`. Note that the compiler docs are not a guide - that's us! - Remove outdated instructions about avoiding 429s. These should no longer be occurring locally now that we're using caching. - Consolidate info about `mdbook` and `mdbook-linkcheck` near each other
2020-11-23don't use cache while running PR buildsmark-1/+1
2020-10-08Better error messageWho? Me?!-1/+1
Co-authored-by: Camelid <camelidcamel@gmail.com>
2020-10-08Lol logic is hardWho? Me?!-1/+1
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-10-08add assertmark-0/+5
2020-10-08More debuggable bash settingsWho? Me?!-0/+3
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-10-08Add comment referring to travis docsWho? Me?!-0/+1
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-10-08linkcheck only for changed files except in cron jobsmark-0/+20