Commit graph

44 commits

Author SHA1 Message Date
Mark Mansi
770fd80866 use cargo install 2020-01-30 21:47:13 -06:00
Mark Mansi
05185d2d7b remove all the hacks, add some improvements 2019-11-05 11:58:33 -06:00
Amanjeev Sethi
96b9ee0758 Refactor (build CI script): minimizes the script, thanks to mark-i-m 2019-10-04 16:32:47 -05:00
Amanjeev Sethi
3e2d38d341 Fix (build CI script): fails early if linkcheck fails 2019-10-04 16:32:47 -05:00
Amanjeev Sethi
e9abf0071e Fix (build CI script):
* Removes timeout hack because it is not needed because we have upgraded mdbook_linkcheck
* Renamed build script because it is no longer ignoring timeouts
2019-10-04 16:32:47 -05:00
Amanjeev Sethi
f40d71327b Revert "Removes timeout script so CI does not have false positives"
This reverts commit c3ed0a1ef9013f2821eed24efcd9954600ce2b41.
2019-10-04 16:32:47 -05:00
Amanjeev Sethi
343030ec02 Removes timeout script so CI does not have false positives 2019-10-04 16:32:47 -05:00
Mark Mansi
6e8f64d251 hack + drive-by-fix 2019-09-05 19:04:33 -05:00
Michael Bryan
ee48f72ba8 Updated the mdbook-linkcheck version 2019-09-05 17:03:24 -05:00
Who? Me?!
90fa369861 fix broken link (#421) 2019-08-13 11:56:02 -03:00
Who? Me?!
1254cf3f04 Remove leading new line 2019-08-06 17:18:07 -05:00
Who? Me?!
de6cb97e4b hack around timeouts (#416) 2019-08-05 17:57:25 -03:00
Who? Me?!
b6f07d808b Update install.sh 2019-07-19 11:37:20 -05:00
Who? Me?!
92e36bf443 Update mdbook 2019-07-19 11:37:20 -05:00
Who? Me?!
2eb100a28b Update to mdbook-linkcheck 0.3.0 2019-06-24 09:52:03 -05:00
Who? Me?!
577be7148c Update mdbook 2019-06-24 09:52:03 -05:00
Mark Mansi
3fc2b4a379 update mdbook 2019-03-01 17:16:50 -06:00
Who? Me?!
32a766cafe make the line-length script respect 100 char limit XD (#240)
🤣 🤣 🤣
2018-11-26 11:13:21 -06:00
Who? Me?!
ed24e55436 Don't keep recompiling! 2018-11-09 19:37:59 -06:00
Mark Mansi
903991edce use the right version of mdbook linkcheck 2018-09-21 15:54:25 -05:00
Mark Mansi
863f90a27d use new mdbook-linkcheck version 2018-09-21 15:54:25 -05:00
Mark Mansi
131262f749 use mdbook 0.2 2018-09-21 15:54:25 -05:00
Niko Matsakis
3d96e531bb bump max line length to 100
otherwise our summary.md doesn't fit
2018-09-11 16:31:47 -04:00
Eric Huss
da89f687a1 Update mdbook
Closes #138
Closes #160
2018-07-09 21:35:58 -05:00
Mark Mansi
57183e55b2 allow long relative links 2018-06-02 17:20:47 -04:00
Mark Mansi
7026a5c18a update to mdbook 0.1.7 2018-05-08 12:44:02 -05:00
Niko Matsakis
593e6d361f make the script give more useful feedback 2018-03-26 20:28:00 -05:00
Alexander Regueiro
fd04912abd Hard-wrapped lines that are too long. 2018-03-26 20:28:00 -05:00
Alexander Regueiro
b5bd9cbb9b Ignore line check on certain types of lines or in certain blocks. 2018-03-26 20:28:00 -05:00
Alexander Regueiro
5f4e24d4ec Added check for all source files to ensure they have no lines longer than 80 chars. 2018-03-26 20:28:00 -05:00
Eric Huss
e4227c5cfd Add mdbook search. 2018-03-22 13:55:55 -05:00
Niko Matsakis
25aab56909 bump mdbook to 0.1.5 2018-03-19 10:41:23 -05:00
Eric Huss
a2a18373cd Force mdbook update on CI if there is a version mismatch.
Fixes #58.
2018-02-17 22:35:40 -06:00
Michael Bryan
f48a68e481 Removed ghp-import and run mdbook build unconditionally 2018-01-31 14:13:10 -05:00
Michael Bryan
173a1083ea Updated CI to install and use mdbook-linkcheck 2018-01-31 14:13:10 -05:00
Niko Matsakis
39a09d577b try to use travis's builtin deploy workflow 2018-01-23 21:45:37 -05:00
Niko Matsakis
e3bca40f95 add -p flag to ghp-import so that it pushes 2018-01-23 17:12:26 -05:00
Niko Matsakis
10a1f97d71 try pip install --user 2018-01-23 16:36:56 -05:00
Niko Matsakis
1513fa9c92 invert the sense of command -v 2018-01-23 10:59:11 -05:00
Niko Matsakis
a1cb3131b5 make install.sh tell us what it is installing and why 2018-01-23 10:55:23 -05:00
Niko Matsakis
016260eaf2 make github_pages.sh more chatty 2018-01-23 10:50:31 -05:00
Niko Matsakis
444fa3a721 improvements to travis setup -- cache, use command -v 2018-01-19 14:48:39 -05:00
Niko Matsakis
469b4e0072 invoke cargo to install mdbook 2018-01-19 07:28:19 -05:00
Michael Bryan
6a76becdbf Created a couple basic CI scripts 2018-01-17 12:30:45 +08:00