diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 4229839..e48570b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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: