Skip to content

Commit

Permalink
mdBook 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGauge authored Jul 9, 2018
1 parent 47dd9fe commit 82e7fde
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you'd like to read it locally:
```bash
$ git clone https://github.com/rust-lang-nursery/rust-cookbook
$ cd rust-cookbook
$ cargo install mdbook --vers "0.1.7"
$ cargo install mdbook --vers "0.1.8"
$ mdbook serve --open
```

Expand Down
4 changes: 0 additions & 4 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ echo "Committing book directory to gh-pages branch"
REV=$(git rev-parse --short HEAD)
cd book

# hotfix for https://github.com/rust-lang-nursery/rust-cookbook/issues/416
sed -i -e "s/_FontAwesome/FontAwesome/" *.html
mv ./_FontAwesome ./FontAwesome

git init
git remote add upstream "https://$GH_TOKEN@github.com/rust-lang-nursery/rust-cookbook.git"
git config user.name "Rust Cookbook"
Expand Down
3 changes: 1 addition & 2 deletions ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ if [[ "${CONTENT_TESTS:-}" == 1 ]]; then
pyenv global system 3.6
pip3 install --user link-checker==0.1.0
fi
cargo install mdbook --vers '0.1.7' --debug
cargo install mdbook --vers '0.1.8' --debug
fi

exit 0

0 comments on commit 82e7fde

Please sign in to comment.