diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 12:56:03 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 12:56:03 +0200 |
| commit | e67220573337eaf2dc8c81a2e91d9c22936e2504 (patch) | |
| tree | 2a2a1b369bf35968a4a308cdf3215b1c7e7cf236 | |
| parent | feat: make markdown support optional with a feature flag (diff) | |
| download | iced_selection-e67220573337eaf2dc8c81a2e91d9c22936e2504.tar.gz | |
ci(doc): build docs with
| -rw-r--r-- | .builds/doc.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.builds/doc.yml b/.builds/doc.yml index c70f1d4..e30afc8 100644 --- a/.builds/doc.yml +++ b/.builds/doc.yml @@ -5,10 +5,11 @@ packages: - hut environment: site: iced-selection.pml68.dev + RUSTDOCFLAGS: "--cfg docsrs" tasks: - build-docs: | cd iced_selection - cargo doc --verbose --no-deps + cargo doc --verbose --no-deps --all-features -p iced_selection - copy-redirect: | cd iced_selection cp docs/redirect.html target/doc/index.html |
