文件历史

提交图

9 次代码提交

作者 SHA1 备注 提交日期
Anish Athalye 63254c55b6 Fix regex
There are a couple levels of encoding here, which makes it hard to write
the regex.
2023-07-15 14:17:17 -04:00
Anish Athalye 216d00d218 Improve links and link checker for Markdown files (#768) 2023-07-10 09:44:27 -07:00
Anish Athalye 9b2dfc09ce Fix CI (#742)
Among other changes, this patch also disables HTML validation. This is a
bit tricky to get right, because when the Markdown is processed by
GitHub, it does some transformations that aren't mimicked by Pandoc. The
result of converting the existing Markdown to HTML using Pandoc is in
fact invalid HTML5.

The best way to fix this would be to use the [GitHub Markdown
API](https://docs.github.com/en/rest/markdown) to render the Markdown,
but that doesn't seem worth the effort right now. Instead, this patch
just disables HTML validation but preserves the link checking
functionality (and makes it start passing again).
2023-06-10 14:16:53 +00:00
Jonas Mueller 6ff06c8585 ignore twitter in link check (#708) 2023-05-09 21:23:38 -07:00
Jonas Mueller 9f655a7f6a remove slash at end (#606) 2023-01-19 21:04:56 -05:00
Jonas Mueller b9b981dc01 add cleanlab/projects to ignored URLs check list 2023-01-19 20:57:56 -05:00
Ulyana 7caed93784 Update github actions (#589)
update: github actions to v3, codecov to v3, setup-python to v4, setup node v2 to v3, setup cache v2 to v3
2023-01-05 21:42:34 -08:00
Anish Athalye 6cb23afa1f Fix link checking (#257)
For some reason, GitHub is returning a 403 to the GitHub actions runner
when it tries to access these URLs. Maybe docs.github.com doesn't allow
access from GitHub actions.
2022-05-12 20:07:09 -07:00
Anish Athalye 6e09aee751 Add link checking for all Markdown files 2022-04-07 10:18:46 -04:00