Skip to content

Commit

Permalink
Update release.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
zhimin-z authored Nov 3, 2024
1 parent 10a07f1 commit 7db6782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"import re\n",
"\n",
"# Define the directory where the Markdown files and \"_sidebar.md\" are located\n",
"path_docs = \"docs\" # Replace with the actual directory path\n",
"path_docs = \"docs\"\n",
"SIDEBAR_FILE = os.path.join(path_docs, \"_sidebar.md\")\n",
"\n",
"# Extract the file order from \"_sidebar.md\"\n",
Expand All @@ -35,7 +35,7 @@
" else:\n",
" print(f\"Warning: File {file_path} does not exist and will be skipped.\")\n",
"\n",
"path_releases = \"releases\" # Replace with the actual directory path\n",
"path_releases = \"releases\"\n",
"if not os.path.exists(path_releases):\n",
" os.makedirs(path_releases)\n",
"\n",
Expand Down

0 comments on commit 7db6782

Please sign in to comment.