Skip to content

Commit

Permalink
update clone path
Browse files Browse the repository at this point in the history
Signed-off-by: Mecoli1219 <[email protected]>
  • Loading branch information
Mecoli1219 committed Nov 16, 2024
1 parent eb16496 commit 4f02a76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f02a76

Please sign in to comment.