Commit graph

17 commits

Author SHA1 Message Date
Chris Wong
d04a2c6a01
Document that the doctest crate might need updating ()
Also rename the "Examples" build to "Doctest" to clarify what it does.
2022-04-10 20:29:41 +10:00
Chris Wong
2f6f781dc7
Run doctests again () 2021-11-29 11:30:43 +00:00
Chris Wong
12cec48134
Run Clippy on docs builder () 2021-11-11 22:32:37 +11:00
Chris Wong
40487fc34c
Switch rustfmt to nightly ()
Nightly rustfmt is needed for the `imports_granularity` option.
2021-11-07 02:24:44 +00:00
Chris Wong
9236d18511
Revert Cargo bug workaround () 2021-09-20 10:37:44 +00:00
Chris Wong
fe4345d0d8
Apply the workaround to docs build too () 2021-09-18 11:56:34 +00:00
Chris Wong
2add073517
Change examples build to cargo check () 2021-09-18 21:27:04 +10:00
Chris Wong
d8941fe0a3
Add workaround for rust-lang/cargo#9919 () 2021-09-18 08:22:12 +00:00
Chris Wong
c9cb58de40 Rename "master" to "main" 2021-09-11 20:30:35 +10:00
Chris Wong
eaf552d417
Test documentation examples in CI ()
Closes 

Closes 
2021-01-15 17:40:46 +13:00
Chris Wong
a0f6e16958 Run publish docs action on release
- Document this change in the readme
2021-01-09 19:20:15 +13:00
Chris Wong
37e11fcb6b
Remove non-Maud benchmarks ()
There's already [template-benchmarks-rs](https://github.com/djc/template-benchmarks-rs), so we don't need to maintain a separate set here.

The Maud-specific benchmarks are kept, as they're still useful for testing future optimizations.
2021-01-07 21:37:28 +13:00
Chris Wong
605cb86e32 Note that docs CI should be kept in sync with publish script 2021-01-07 21:08:59 +13:00
Chris Wong
eb4729053b
Fix missing dollar sign 2021-01-07 17:12:56 +13:00
Chris Wong
1fab3b02ef
Create GitHub Action that publishes docs () 2021-01-07 17:08:52 +13:00
Chris Wong
07f31e9342
Enable --all-targets for Clippy ()
Closes 
2020-12-23 20:02:34 +13:00
Chris Wong
24593d8118
Switch to GitHub Actions ()
Closes 
2020-12-23 19:20:58 +13:00