Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyPenguins committed Mar 10, 2025
1 parent dc234ab commit f4b0185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
submodules: 'recursive'
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: '0'
env:
GITHUB_TOKEN: ''

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_static_site.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
set -e
#build_static_site.sh <sha> <workflow event_name> <username/repo>

echo "Arg1: $1"
echo "Arg2: $2"
echo "Arg3: $3"

# Do we need to build?
cd ./splashkitonline
# only build if the SplashKitWasm folder has changed, or if this was a push to a branch (so branches always build)
Expand Down

0 comments on commit f4b0185

Please sign in to comment.