Skip to content

Commit

Permalink
docs: render tendermint docs
Browse files Browse the repository at this point in the history
This is useful until
informalsystems/tendermint-rs#862 is merged
upstream.
  • Loading branch information
hdevalence committed Sep 10, 2021
1 parent bc5ef8c commit c109627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: |
cargo doc --no-deps
cargo doc --no-deps -p tower-abci
# This is useful until ABCI changes are merged upstream
# https://github.com/informalsystems/tendermint-rs/pull/862
cargo doc --no-deps -p tendermint
- name: Move API docs to subdirectory
run: |
if [ -d "firebase-tmp" ]; then rm -rf firebase-tmp; fi
Expand Down

0 comments on commit c109627

Please sign in to comment.