From 4f02a768391d16c79e64e510748aefaea9f5a677 Mon Sep 17 00:00:00 2001 From: Mecoli1219 Date: Fri, 15 Nov 2024 22:56:23 -0800 Subject: [PATCH] update clone path Signed-off-by: Mecoli1219 --- docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cf49d0e1b7..161684505a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -649,9 +649,7 @@ "docs_path": "docs", "dest": "mecoliflytesnacks", "cmd": [ - ["cd", f"{flytesnacks_path}"], - ["git", "checkout", "origin/jupyter-basic"], - ["cd", "-"], + ["git", "-C", f"{flytesnacks_path}", "checkout", "origin/jupyter-basic"], ["cp", "-R", f"{flytesnacks_path}/examples", "./mecoliexamples"], [ # remove un-needed docs files in flytesnacks