Do not build docs with wgpu feature due to stack overflow

This commit is contained in:
Jeremy Soller 2024-02-09 08:41:30 -07:00
parent 3c1a60cb05
commit a89b6fd53a
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

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