Skip to content

Commit 17c831d

Browse files
committed
exclude option
1 parent d3d4e6d commit 17c831d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ jobs:
3737
- name: Generate Rust API documentation
3838
run: |
3939
export RUSTDOCFLAGS="--cfg docsrs"
40-
cargo +nightly doc --no-deps --workspace --exclude ../rustecal-samples
40+
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
4148
4249
- name: Deploy to GitHub Pages
4350
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)