From 9850e10d5c0dcf69e126d6ae5e97410d86434c02 Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Sun, 24 Aug 2025 10:07:04 +0200 Subject: [PATCH] cleanuo --- .github/workflows/update_examples.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index 705bb1ba2..c76378738 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -65,23 +65,6 @@ jobs: git push shell: bash - - name: Build examples - if: false - run: | - cd "${{ github.workspace }}/src" - make clean - make PLATFORM=PLATFORM_WEB - cd ../examples - make PLATFORM=PLATFORM_WEB - for category in core shapes textures models shaders text audio; do - cd $category - target_dir="${{ github.workspace }}/raylib.com/examples/$category/" - find . -type f -name "*.wasm" -exec cp {} "$target_dir" \; - find . -type f -name "*.html" -exec cp {} "$target_dir" \; - find . -type f -name "*.js" -exec cp {} "$target_dir" \; - find . -type f -name "*.data" -exec cp {} "$target_dir" \; - cd .. - done - name: Push changes to raylib.com repo run: | cd raylib.com