Skip to content

Commit a10942e

Browse files
committed
samples path
1 parent 17c831d commit a10942e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
export RUSTDOCFLAGS="--cfg docsrs"
4040
cargo +nightly doc --workspace --no-deps \
4141
--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
42+
--exclude rustecal-samples/hello_send \
43+
--exclude rustecal-samples/hello_receive \
44+
--exclude rustecal-samples/person_send \
45+
--exclude rustecal-samples/person_receive \
46+
--exclude rustecal-samples/bytes_send \
47+
--exclude rustecal-samples/bytes_receive
4848
4949
- name: Deploy to GitHub Pages
5050
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)