build: git add . @if git diff --cached --quiet; then \ echo "No changes to commit"; \ else \ git commit -m "update"; \ fi git push origin main