fixed yet again another issue in the script

This commit is contained in:
Parker TenBroeck 2026-01-07 14:30:51 -05:00
parent 942849a15c
commit c12f7b325f

View file

@ -91,7 +91,7 @@ cp -R dist/. ../docs/
git add ../docs git add ../docs
# Commit if changed # Commit if changed
if git diff --quiet; then if git diff --cached --quiet; then
echo "✅ No changes to commit in docs/. Skipping commit." echo "✅ No changes to commit in docs/. Skipping commit."
else else
echo "📝 Committing docs update..." echo "📝 Committing docs update..."