fix(ci): only document libcosmic, no dependency

This commit is contained in:
Hojjat 2026-03-26 19:27:50 -06:00 committed by Ashley Wulber
parent 12be83a8ef
commit 61e5d882ae

View file

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