Commit 77e7144
fix(ci): exclude wraith-transfer from documentation workflow
The documentation workflow was failing because it tried to build docs
for wraith-transfer, a Tauri-based desktop application with GTK
dependencies (glib-sys) that aren't installed in the CI environment.
Changes:
- Add --exclude wraith-transfer to cargo doc commands (lines 114, 122)
- Consistent with other workflows (ci.yml, codeql.yml, release.yml)
Fixes:
- glib-sys build failure in docs.yml workflow
- Documentation build now succeeds without system dependencies
Tested locally:
- RUSTDOCFLAGS="-Dwarnings" cargo doc --workspace --no-deps --exclude wraith-transfer
- Completed in 4.78s with no errors
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 17ac42f commit 77e7144
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments