Do not build docs with wgpu feature due to stack overflow
This commit is contained in:
parent
3c1a60cb05
commit
a89b6fd53a
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 tokio,winit,wgpu
|
||||
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