Skip to content

Commit

Permalink
Adds -f to new clean commands for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Sep 20, 2023
1 parent 36985a3 commit 11c62dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11c62dd

Please sign in to comment.