Skip to content

Commit

Permalink
chore: fix docs issue (matter-labs#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter authored Nov 10, 2023
1 parent 668a2cf commit 0968dac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ jobs:
uses: actions/configure-pages@v3

- name: Install mdbook
run: cargo +nightly install mdbook
run: cargo install mdbook

- name: Generate rust docs
run: |
echo "Generating docs..."
cargo +nightly doc --no-deps
cargo doc --no-deps
- name: Make index.html
run: echo '<!DOCTYPE HTML>
<html lang="en-US">
Expand Down

0 comments on commit 0968dac

Please sign in to comment.