Skip to content

Commit

Permalink
Add build script for cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 20, 2024
1 parent 60ea3a5 commit 3f708a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloudflare.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
cd book
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar xvz
echo "commit $(git rev-parse --short HEAD) on $(git show -s --format="%ci" HEAD | cut -d" " -f1-2)" >> version.md
./mdbook build

0 comments on commit 3f708a1

Please sign in to comment.