Skip to content

Commit f774a33

Browse files
committed
correct naming
1 parent a10942e commit f774a33

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 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
42+
--exclude blob_send \
43+
--exclude blob_receive \
44+
--exclude hello_send \
45+
--exclude hello_receive \
46+
--exclude person_send \
47+
--exclude person_receive
4848
4949
- name: Deploy to GitHub Pages
5050
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)