From 11c62dd55907476b00dc143ac233ebb69fe81b8f Mon Sep 17 00:00:00 2001 From: Rick Ratzel Date: Wed, 20 Sep 2023 17:08:04 -0500 Subject: [PATCH] Adds -f to new clean commands for docs. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 25e0f9ed248..f84bc3ca512 100755 --- a/build.sh +++ b/build.sh @@ -239,8 +239,8 @@ if hasArg clean; then done # Doc cleanup - rm -r ${REPODIR}/docs/cugraph/libcugraph - rm -r ${REPODIR}/docs/cugraph/build + rm -rf ${REPODIR}/docs/cugraph/libcugraph + rm -rf ${REPODIR}/docs/cugraph/build # Go back to failing on first error for all other operations set -e