Skip to content

Commit

Permalink
fix: install mdbook for ci (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored Oct 11, 2023
1 parent 124691a commit 9012529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install mdbook
run: cargo install mdbook
- name: Generate rust docs
run: |
echo "Generating docs..."
Expand Down

0 comments on commit 9012529

Please sign in to comment.