Skip to content

Commit

Permalink
ci: document public dependencies as well
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Jul 16, 2020
1 parent 2e3a520 commit 4679727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps --features "test_all_features"
args: --no-deps --features "test_all_features" -p smithay -p calloop:0.6.2 -p dbus -p drm -p gbm -p image -p input -p nix:0.17.0 -p udev -p slog -p wayland-server -p wayland-commons:0.26.6 -p wayland-protocols:0.26.6 -p winit

- name: Setup index
run: cp ./doc_index.html ./target/doc/index.html
Expand Down

0 comments on commit 4679727

Please sign in to comment.