Skip to content

Commit 4a38ace

Browse files
SiegeLordExSiegeLord
authored andcommitted
Missing space
1 parent 31063d4 commit 4a38ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cd liballeg
4242
git config user.name "allebot"
4343
git config user.email "[email protected]"
44-
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 {} +
44+
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 {} +
4545
cp -R ../OUT/* .
4646
git add .
4747
git diff-index --quiet HEAD || git commit -m "Automatic update from allegrowww2"

0 commit comments

Comments
 (0)