Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyPenguins authored Nov 4, 2024
1 parent 8ee6443 commit 5c874b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
mv ../splashkitonline/Browser_IDE/* ./
elif [ "${event}" == "pull_request" ]; then
echo "PR! ${pr}"
rm -r "./pr-builds/${pr}"
rm -rf "./pr-builds/${pr}"
mkdir "./pr-builds/${pr}"
mv ../splashkitonline/Browser_IDE/* ./pr-builds/${pr}/
fi
Expand Down

0 comments on commit 5c874b4

Please sign in to comment.