add indentation
This commit is contained in:
parent
bd4072b2fa
commit
8f624928b1
10
.github/workflows/update_examples.yml
vendored
10
.github/workflows/update_examples.yml
vendored
|
|
@ -75,11 +75,11 @@ jobs:
|
||||||
make PLATFORM=PLATFORM_WEB
|
make PLATFORM=PLATFORM_WEB
|
||||||
for category in core shapes textures models shaders text audio; do
|
for category in core shapes textures models shaders text audio; do
|
||||||
cd $category
|
cd $category
|
||||||
target_dir="${{ github.workspace }}/../raylib.com/examples/$category/"
|
target_dir="${{ github.workspace }}/../raylib.com/examples/$category/"
|
||||||
find . -type f -name "*.wasm" -exec cp {} "$target_dir" +
|
find . -type f -name "*.wasm" -exec cp {} "$target_dir" +
|
||||||
find . -type f -name "*.html" -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 "*.js" -exec cp {} "$target_dir" +
|
||||||
find . -type f -name "*.data" -exec cp {} "$target_dir" +
|
find . -type f -name "*.data" -exec cp {} "$target_dir" +
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
- name: Push changes to raylib.com repo
|
- name: Push changes to raylib.com repo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user