From 099e3033813aa25b3ba5ff805c9790b37f48a303 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 22 Sep 2026 15:44:47 -0400 Subject: [PATCH] fix(readthedocs): remove -a from ls command --- scripts/readthedocs_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/readthedocs_build.sh b/scripts/readthedocs_build.sh index 3340e140..2dc9147c 100644 --- a/scripts/readthedocs_build.sh +++ b/scripts/readthedocs_build.sh @@ -271,4 +271,4 @@ fi echo "Build finished" echo "Output directory: ${READTHEDOCS_OUTPUT}html" echo "Listing output directory:" -ls -Ra "${READTHEDOCS_OUTPUT}" +ls -R "${READTHEDOCS_OUTPUT}"