Skip to content

Commit

Permalink
fixup! ci: streamline rustdoc action and add crates
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Oct 3, 2021
1 parent c5a6487 commit 9f6ac72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# - published crates are excluded
# Doing this in one go is useful because the JSON file with search
# indexes is overwritten on each cargo doc invocation.
cargo doc --no-deps -p tendermint -p ark-sponge -p decaf377 -p poseidon377 -p penumbra-proto -p penumbra -p pd -p pcli
cargo doc --no-deps -p tendermint -p ark-sponge -p decaf377 -p poseidon377 -p penumbra-proto -p penumbra
- name: Move API docs to subdirectory
run: |
if [ -d "firebase-tmp" ]; then rm -rf firebase-tmp; fi
Expand Down

0 comments on commit 9f6ac72

Please sign in to comment.