Skip to content

Commit

Permalink
Merge pull request #889 from knurling-rs/add-cloudflare-build
Browse files Browse the repository at this point in the history
Add build script for cloudflare
  • Loading branch information
jonathanpallant authored Nov 20, 2024
2 parents 60ea3a5 + 843e72e commit 4e77173
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- [#889]: Add script for book hosting
- [#884]: Upgrade dependencies: notify is now at v7, thiserror is now at v2
- [#883]: Mark decoder and parser not as unstable anymore
- [#880]: Merge function calls emitted by the macro to save space.
Expand All @@ -28,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [#822]: `CI`: Run `cargo semver-checks` on every PR
- [#807]: `defmt-print`: Add `watch_elf` flag to allow ELF file reload without restarting `defmt-print`

[#889]: https://github.com/knurling-rs/defmt/pull/889
[#884]: https://github.com/knurling-rs/defmt/pull/884
[#883]: https://github.com/knurling-rs/defmt/pull/883
[#880]: https://github.com/knurling-rs/defmt/pull/880
Expand Down
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 4e77173

Please sign in to comment.