diff options
author | 2024-03-07 00:21:55 +0100 | |
---|---|---|
committer | 2024-03-07 00:21:55 +0100 | |
commit | 4489af7bfdae32f8bec7c9b2aeaf1b406db696ea (patch) | |
tree | f4558996bfbdfbd2ff2d0769eb0f9ae72f3b8b7b /.github | |
parent | 37755121d7ad1f70f2ea96f7fd13e3b4b8c4a290 (diff) | |
download | iced-4489af7bfdae32f8bec7c9b2aeaf1b406db696ea.tar.gz iced-4489af7bfdae32f8bec7c9b2aeaf1b406db696ea.tar.bz2 iced-4489af7bfdae32f8bec7c9b2aeaf1b406db696ea.zip |
Remove `iced_style` from `document` workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/document.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index 35bf10f4..4292dbd0 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -16,7 +16,6 @@ jobs: cargo doc --no-deps --all-features \ -p iced_core \ -p iced_highlighter \ - -p iced_style \ -p iced_futures \ -p iced_runtime \ -p iced_graphics \ |