Skip to content

Commit

Permalink
[pre-release] [0.0.43] trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGura committed Aug 15, 2024
1 parent fe3442b commit fd0681e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/generate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
#!/bin/sh
rm -rf docs site
packages=("core" "ammo" "three" "pixi" "matter" "rapier2d" "rapier3d")
for str in ${packages[@]}; do
packages="core ammo three pixi matter rapier2d rapier3d"
for str in $packages; do
mkdir -p src/$str
cp -R ../packages/$str/src/* src/$str
done
Expand Down

0 comments on commit fd0681e

Please sign in to comment.