From a89b6fd53a619c1a7bc1da68e133a1eae558a06b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 9 Feb 2024 08:41:30 -0700 Subject: [PATCH] Do not build docs with wgpu feature due to stack overflow --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f61444d..322bce4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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: