ci: Fix documentation build
Some checks failed
Continuous Integration / format (push) Has been cancelled
Continuous Integration / clippy-check (push) Has been cancelled
Continuous Integration / smithay-check-features (push) Has been cancelled
Continuous Integration / check-msrv (push) Has been cancelled
Continuous Integration / check-minimal (push) Has been cancelled
Continuous Integration / smithay-tests (push) Has been cancelled
Continuous Integration / smallvil-check (push) Has been cancelled
Continuous Integration / anvil-check-features (push) Has been cancelled
Continuous Integration / WLCS: Bad Buffer Test (push) Has been cancelled
Continuous Integration / WLCS: Core tests (push) Has been cancelled
Continuous Integration / WLCS: Output tests (push) Has been cancelled
Continuous Integration / WLCS: Pointer input tests (push) Has been cancelled
Continuous Integration / Documentation on Github Pages (push) Has been cancelled

This commit is contained in:
Ian Douglas Scott 2024-09-06 10:19:43 -07:00 committed by Christian Meissl
parent 656178be0a
commit 3070a0954e

View file

@ -411,7 +411,7 @@ jobs:
- name: Build Documentation
env:
RUSTDOCFLAGS: --cfg=docsrs
run: cargo doc --no-deps --features "test_all_features" -p smithay -p calloop:0.14.0 -p drm -p gbm -p input -p udev -p wayland-server -p wayland-backend -p wayland-protocols@0.32.3 -p winit -p x11rb -p tracing
run: cargo doc --no-deps --features "test_all_features" -p smithay -p calloop:0.14 -p drm -p gbm -p input -p udev -p wayland-server -p wayland-backend -p wayland-protocols -p winit -p x11rb -p tracing
- name: Setup index
run: cp ./doc_index.html ./target/doc/index.html