diff options
author | 2023-05-11 17:17:35 +0200 | |
---|---|---|
committer | 2023-05-11 17:17:35 +0200 | |
commit | 3220d472ac7ab2d11d6fc61d50bcbf9de91e1def (patch) | |
tree | 08791654cba1f109291e744da4837566962c51ce /.github/workflows/document.yml | |
parent | 669f7cc74b2e7918e86a8197916f503f2d3d9b93 (diff) | |
download | iced-3220d472ac7ab2d11d6fc61d50bcbf9de91e1def.tar.gz iced-3220d472ac7ab2d11d6fc61d50bcbf9de91e1def.tar.bz2 iced-3220d472ac7ab2d11d6fc61d50bcbf9de91e1def.zip |
Fix `document` workflow for GitHub CI
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/document.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index e69f4d63..09a7a4d5 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -20,13 +20,13 @@ jobs: -p iced_core \ -p iced_style \ -p iced_futures \ - -p iced_native \ - -p iced_lazy \ + -p iced_runtime \ -p iced_graphics \ -p iced_wgpu \ - -p iced_glow \ + -p iced_tiny_skia \ + -p iced_renderer \ + -p iced_widget \ -p iced_winit \ - -p iced_glutin \ -p iced - name: Write CNAME file run: echo 'docs.iced.rs' > ./target/doc/CNAME |