diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..cf0e360 --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +#! /usr/bin bash +TAG='0.4.37' +echo $TAG +URL="https://github.com/rust-lang/mdbook/releases/download/${TAG}/mdbook-${TAG}-x86_64-unknown-linux-gnu.tar.gz" +echo $URL +curl -L $url | tar xvz +./mdbook build \ No newline at end of file