From 253265c0bb9e60b2ff2479f5d142c675d1532df9 Mon Sep 17 00:00:00 2001 From: obouchaara Date: Fri, 15 Dec 2023 16:59:38 +0000 Subject: [PATCH] update deploy script --- deploy_docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy_docs.sh b/deploy_docs.sh index 590c1f6..e499cd3 100755 --- a/deploy_docs.sh +++ b/deploy_docs.sh @@ -4,6 +4,7 @@ set -e # Build the docs +rm -rf docs/build/html/* sphinx-build -M html docs/source/ docs/build/ # Stash any changes in main branch