Skip to content

Commit 161b5e9

Browse files
committed
Stop building books
1 parent 829e8c5 commit 161b5e9

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

ci/script.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,6 @@ main() {
3232
rustdoc --markdown-css rust.css --markdown-no-toc index.md
3333
rustdoc --markdown-css rust.css faq.md
3434

35-
# build books
36-
local books=(
37-
book
38-
discovery
39-
embedonomicon
40-
)
41-
42-
local tmpdir=$(mktemp -d)
43-
for book in "${books[@]}"; do
44-
git clone https://github.com/rust-embedded/$book $tmpdir/$book
45-
( cd $tmpdir/$book && mdbook build )
46-
mv $tmpdir/$book/book doc/$book
47-
done
48-
49-
rm -rf $tmpdir
50-
5135
# check links
5236
# FIXME(rust-lang-nursery/mdbook#789) remove `--ignore-url` when that bug is fixed
5337
linkchecker --ignore-url "print.html" doc

0 commit comments

Comments
 (0)