removed unnecessary linkcheck rendering output from dist/

This commit is contained in:
mfahampshire
2023-08-11 12:30:41 +02:00
parent efa1e0353e
commit 89ea3039d5
+2 -2
View File
@@ -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