diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5f3c4918..322bce4f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -16,7 +16,7 @@ jobs: with: submodules: recursive - name: Build documentation - run: cargo doc --verbose --features a11y,tokio,winit + run: cargo doc --verbose --features tokio,winit - name: Deploy documentation uses: peaceiris/actions-gh-pages@v3 with: