Commit Graph

15 Commits

Author SHA1 Message Date
Noah Lev ed3365e5b3 Disable linkcheck in PRs until bugs are fixed
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-07 20:32:37 -07:00
Martin Liška f15edb8f15
linkcheck: fix filtering of the source files (#2019) 2024-08-03 13:42:26 -03:00
jyn b4e778a5f6
Don't require $GITHUB_TOKEN to build locally (#1652) 2023-03-27 00:28:07 +09:00
JohnTitor 0355e125bf Remove the possible unnecessary flag 2021-04-27 13:15:39 -04:00
Yuki Okushi 6448a3ebdd Replace some Travis-related things completely 2021-04-27 13:15:39 -04:00
Yuki Okushi 3032f87519
Check `BASE_SHA` only if it's a PR (#1083) 2021-03-11 15:50:34 +01:00
Yuki Okushi 674f73da63
Switch from Travis to GHA (#1073) 2021-03-10 11:51:56 -05:00
Joshua Nelson e66adf6bb5
Improve contributor experience for the dev-guide itself (#973)
- 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-30 11:08:32 -03:00
mark 8ebb338abb don't use cache while running PR builds 2020-11-23 18:42:24 -05:00
Who? Me?! 647d5620f9 Better error message
Co-authored-by: Camelid <camelidcamel@gmail.com>
2020-10-08 17:11:36 -04:00
Who? Me?! 28a5c3588d Lol logic is hard
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-10-08 17:11:36 -04:00
mark d3134dd9a9 add assert 2020-10-08 17:11:36 -04:00
Who? Me?! 6361b425d8 More debuggable bash settings
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-10-08 17:11:36 -04:00
Who? Me?! 19f70c2e60 Add comment referring to travis docs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-10-08 17:11:36 -04:00
mark 0419c55271 linkcheck only for changed files except in cron jobs 2020-10-08 17:11:36 -04:00