ci: fix doc workflow

This commit is contained in:
Victor Berger 2021-07-06 17:09:05 +02:00
parent 70826c9d2c
commit 81b78edb26
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps --features "test_all_features" -p smithay -p calloop:0.9.0 -p dbus -p drm -p gbm -p input -p nix:0.20.0 -p udev -p slog -p wayland-server -p wayland-commons -p wayland-protocols -p winit
args: --no-deps --features "test_all_features" -p smithay -p calloop:0.9.0 -p dbus -p drm -p gbm -p input -p nix:0.20.0 -p udev:0.6.2 -p slog -p wayland-server -p wayland-commons -p wayland-protocols -p winit
- name: Setup index
run: cp ./doc_index.html ./target/doc/index.html