Skip to content

Commit

Permalink
do not build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cBournhonesque committed Aug 17, 2024
1 parent 73759dc commit edb4f62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches:
- website

env:
BUILD_EXAMPLES: false

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit edb4f62

Please sign in to comment.