From edb4f6224ebf020737a03ef48ae20e03c9a8831b Mon Sep 17 00:00:00 2001 From: cBournhonesque Date: Sat, 17 Aug 2024 11:13:33 -0400 Subject: [PATCH] do not build examples --- .github/workflows/website.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index c59aa34cd..324468183 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -9,6 +9,9 @@ on: branches: - website +env: + BUILD_EXAMPLES: false + jobs: deploy: runs-on: ubuntu-latest @@ -43,6 +46,7 @@ jobs: run: | cargo install --git https://github.com/trunk-rs/trunk trunk - name: Build Examples + if: env.BUILD_EXAMPLES == 'true' run: | rustup target add wasm32-unknown-unknown cd examples/bullet_prespawn