Skip to content

Commit

Permalink
Don't delete the big files for automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Jan 4, 2025
1 parent 506e290 commit 31063d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd liballeg
git config user.name "allebot"
git config user.email "[email protected]"
find . -type f ! \( -path "./.git/*" -o -path "./CNAME" -o -path "./donations.html" -o -path "./a5docs/4*" -o -path "./a5docs/5*" -o -path "./a5docs/trunk*" -o -path "./docs/docs/*" -o -path "./search/*" \) -exec rm -f {} +
find . -type f ! \( -path "./.git/*" -o -path "./CNAME" -o -path "./donations.html" -o -path "./a5docs/4*" -o -path "./a5docs/5*" -o -path "./a5docs/trunk*" -o -path "./docs/docs/*" -o -path "./search/*" -o -path "./allegro-manual/*" -o -path "./OldFiles/*" -o -path "./files/*"\) -exec rm -f {} +
cp -R ../OUT/* .
git add .
git diff-index --quiet HEAD || git commit -m "Automatic update from allegrowww2"
Expand Down

0 comments on commit 31063d4

Please sign in to comment.