We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31063d4 commit 4a38aceCopy full SHA for 4a38ace
.github/workflows/build-and-deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
cd liballeg
42
git config user.name "allebot"
43
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 {} +
+ 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 {} +
45
cp -R ../OUT/* .
46
git add .
47
git diff-index --quiet HEAD || git commit -m "Automatic update from allegrowww2"
0 commit comments