fix(ci): only document libcosmic, no dependency

This commit is contained in:
Hojjat 2026-03-26 19:27:50 -06:00
parent a38a6f5d73
commit 3407924811

View file

@ -18,7 +18,7 @@ jobs:
- name: System dependencies
run: sudo apt-get update; sudo apt-get install -y libxkbcommon-dev libwayland-dev
- name: Build documentation
run: cargo doc --verbose --features tokio,winit
run: cargo doc --no-deps --verbose --features tokio,winit
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@v3
with: