1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-19 05:49:19 +02:00

Add mdBook setup GitHub Action

GitHub Actions for mdBook (rust-lang/mdBook)
Setup mdBook quickly and build your site fast. Linux (Ubuntu), macOS, and Windows are supported.
repo: https://github.com/peaceiris/actions-mdbook
This commit is contained in:
Shohei Ueda 2019-12-01 19:19:40 +09:00 committed by GitHub
parent e1513e8e3d
commit bbabb46faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -416,6 +416,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* [SiegeLord/RustCMake](https://github.com/SiegeLord/RustCMake) — an example project showing usage of CMake with Rust [<img src="https://api.travis-ci.org/SiegeLord/RustCMake.svg?branch=master">](https://travis-ci.org/SiegeLord/RustCMake)
* Github actions
* [icepuma/rust-action](https://github.com/icepuma/rust-action) — rust github action
* [peaceiris/actions-mdbook](https://github.com/peaceiris/actions-mdbook) - GitHub Actions for mdBook
* Webpack
* [Ralvke/rust-loader](https://github.com/Ralvke/rust-loader) — Webpack Rust loader (wasm)