Skip to content

Commit 3e5d0a2

Browse files
feat(ci): build docs for crabnet_tcp
Signed-off-by: Anhad Singh <[email protected]>
1 parent d25d5f7 commit 3e5d0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
run: cargo build --verbose --manifest-path crabnet_tcp/Cargo.toml
2929
- name: Run tests for `crabnet_tcp`
3030
run: cargo test --verbose --manifest-path crabnet_tcp/Cargo.toml
31-
- name: Build documentation for `crabnet`
31+
- name: Build documentation for `crabnet` and `crabnet_tcp`
3232
run: |
33-
cargo doc
33+
cargo doc --all --verbose
3434
echo "<meta http-equiv=\"refresh\" content=\"0; url=crabnet\">" > ./target/doc/index.html
3535
- name: Deploy to GitHub Pages
3636
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)