Add a11y feature to docs

This commit is contained in:
Jeremy Soller 2024-05-29 21:52:51 -06:00 committed by GitHub
parent 057ee5f086
commit 8cea42be3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ jobs:
with:
submodules: recursive
- name: Build documentation
run: cargo doc --verbose --features tokio,winit
run: cargo doc --verbose --features a11y,tokio,winit
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@v3
with: