We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25d5f7 commit 3e5d0a2Copy full SHA for 3e5d0a2
.github/workflows/rust.yml
@@ -28,9 +28,9 @@ jobs:
28
run: cargo build --verbose --manifest-path crabnet_tcp/Cargo.toml
29
- name: Run tests for `crabnet_tcp`
30
run: cargo test --verbose --manifest-path crabnet_tcp/Cargo.toml
31
- - name: Build documentation for `crabnet`
+ - name: Build documentation for `crabnet` and `crabnet_tcp`
32
run: |
33
- cargo doc
+ cargo doc --all --verbose
34
echo "<meta http-equiv=\"refresh\" content=\"0; url=crabnet\">" > ./target/doc/index.html
35
- name: Deploy to GitHub Pages
36
uses: peaceiris/actions-gh-pages@v3
0 commit comments