Skip to content

Commit

Permalink
Add mdbook github action
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Dec 11, 2021
1 parent 455b1e4 commit 182ccad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -35,3 +35,13 @@ jobs:
RUSTFLAGS: -D warnings
run: |
cargo doc --all --all-features
book:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install mdbook
run: |
sudo snap install mdbook
- name: Run mdbook
run: |
cd book && mdbook build

0 comments on commit 182ccad

Please sign in to comment.