From 29b52f470fb574c5b28d9134b1aa00e803683e84 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 29 May 2024 22:07:47 -0600 Subject: [PATCH] Remove a11y feature from docs until it works. --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: