Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyPenguins committed Mar 9, 2025
1 parent 2fd3ab5 commit e0a03da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_static_site.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set -e

# Do we need to build?
git --no-pager diff $(git merge-base main $1)..$1 -- SplashKitWasm

cd ./splashkitonline
if ! git diff --quiet $(git merge-base main "$1").."$1" -- SplashKitWasm &>/dev/null || [ "$2" == "push" ]; then
cd ../

echo "========================================"
echo "Downloading Compilation Pre-builts (To improve...these should be buildable too)"
Expand Down Expand Up @@ -46,6 +46,7 @@ if ! git diff --quiet $(git merge-base main "$1").."$1" -- SplashKitWasm &>/dev/
cd ../../../

else
cd ../

cd ./splashkitonline/Browser_IDE

Expand Down

0 comments on commit e0a03da

Please sign in to comment.