We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c831d commit a10942eCopy full SHA for a10942e
.github/workflows/deploy-docs.yml
@@ -39,12 +39,12 @@ jobs:
39
export RUSTDOCFLAGS="--cfg docsrs"
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
+ --exclude rustecal-samples/hello_send \
+ --exclude rustecal-samples/hello_receive \
+ --exclude rustecal-samples/person_send \
+ --exclude rustecal-samples/person_receive \
+ --exclude rustecal-samples/bytes_send \
+ --exclude rustecal-samples/bytes_receive
48
49
- name: Deploy to GitHub Pages
50
uses: peaceiris/actions-gh-pages@v3
0 commit comments