From 89ea3039d5d93fbf2cc6da61be4f791328ade1ef Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Fri, 11 Aug 2023 12:30:41 +0200 Subject: [PATCH] removed unnecessary linkcheck rendering output from dist/ --- documentation/staging.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/staging.sh b/documentation/staging.sh index 07ca2de1d2..64fec07e47 100755 --- a/documentation/staging.sh +++ b/documentation/staging.sh @@ -27,9 +27,9 @@ do # clean old dist/$i rm -rf ../../dist/docs/$i # move newly rendered book/ to dist - cp -r ./book/ ../../dist/docs/$i + cp -r ./book/html/ ../../dist/docs/$i # sanity check - ls -a ../../dist/docs/$i/html + ls -a ../../dist/docs/$i/ # cd back to ../documentation/ cd ../ done \ No newline at end of file