Remove a11y feature from docs until it works.
This commit is contained in:
parent
8cea42be3e
commit
29b52f470f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue