Skip to content

Commit

Permalink
Do not build docs with wgpu feature due to stack overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Feb 9, 2024
1 parent 3c1a60c commit a89b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a89b6fd

Please sign in to comment.