better logic for directory render
All checks were successful
renovate / renovate (push) Successful in 1m22s

This commit is contained in:
2025-12-02 18:27:04 -06:00
parent ced6645ac2
commit 843eb24ebf

View File

@@ -89,8 +89,8 @@ jobs:
fi
fi
RENDER_DIR=(printf "%s\n" "$RENDER_DIR" | sort -u)
echo ">> Directories to Render:"
RENDER_DIR=($(printf "%s\n" "${RENDER_DIR[@]}" | sort -u))
echo "$RENDER_DIR"
echo "-----"