Skip to content

Commit 1186b3d

Browse files
mishushakovclaude
andcommitted
limit docs to workspace crates only
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e992e8e commit 1186b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build
1818
run: cargo build --verbose
1919
- name: Build Docs
20-
run: cargo doc
20+
run: cargo doc --no-deps
2121
- name: Add redirect
2222
run: echo '<meta http-equiv="refresh" content="0;url=rusty_hermes/index.html">' > target/doc/index.html
2323
- name: Remove lock file

0 commit comments

Comments
 (0)