Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: update mdbook example workflow
  • Loading branch information
peaceiris committed Nov 20, 2019
1 parent c656aac commit 141d3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -649,7 +649,7 @@ jobs:
run: |
export MDBOOK_VERSION="v0.3.5"
export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
wget "https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERSION}/${MDBOOK_TARBALL}"
wget -q "https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERSION}/${MDBOOK_TARBALL}"
tar -zxvf "${MDBOOK_TARBALL}"
rm "${MDBOOK_TARBALL}"
mkdir ~/bin
Expand Down

0 comments on commit 141d3db

Please sign in to comment.