workflow
Some checks failed
/ test (push) Successful in 6s
/ publish (push) Failing after 30s

This commit is contained in:
milovann 2024-12-03 22:10:57 +01:00
parent dec280fb83
commit c9f59c2756

View file

@ -28,7 +28,9 @@ jobs:
./install.sh
echo "Script"
for file in ${ALL_CHANGED_FILES}; do
echo "Script"
./web.sh "$file"
done
cd ..
git add .
if git diff-index --quiet HEAD ; then