We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d4e6d commit 17c831dCopy full SHA for 17c831d
.github/workflows/deploy-docs.yml
@@ -37,7 +37,14 @@ jobs:
37
- name: Generate Rust API documentation
38
run: |
39
export RUSTDOCFLAGS="--cfg docsrs"
40
- cargo +nightly doc --no-deps --workspace --exclude ../rustecal-samples
+ cargo +nightly doc --workspace --no-deps \
41
+ --exclude rustecal-sys \
42
+ --exclude hello_send \
43
+ --exclude hello_receive \
44
+ --exclude person_send \
45
+ --exclude person_receive \
46
+ --exclude bytes_send \
47
+ --exclude bytes_receive
48
49
- name: Deploy to GitHub Pages
50
uses: peaceiris/actions-gh-pages@v3
0 commit comments