Add info about event_inbox_root
on the header
#471
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mdbook checks | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
mdbook-build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions-rs/toolchain@v1 | |
with: | |
profile: minimal | |
toolchain: stable | |
- name: mdbook build | |
uses: peaceiris/actions-mdbook@v1 | |
with: | |
mdbook-version: "0.4.21" |