17 lines
316 B
Markdown
17 lines
316 B
Markdown
# Today I learned
|
|
|
|
## Local
|
|
|
|
Use [mdBook](https://github.com/rust-lang/mdBook):
|
|
|
|
```sh
|
|
mdbook build --open
|
|
|
|
mdbook watch --open
|
|
```
|
|
|
|
## Deploy on GitHub
|
|
|
|
Use [GitHub Actions for GitHub Pages](https://github.com/peaceiris/actions-gh-pages)
|
|
and [GitHub Actions for mdBook](https://www.youtube.com/watch?v=6Pj_AKbRD3E)
|