Skip to content

Commit

Permalink
location change
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatRSingh committed Feb 13, 2024
1 parent 9dc31e6 commit 5b1fa80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file not shown.
6 changes: 3 additions & 3 deletions new-website/utils/tutorials/build_pdf_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
from typing import List


INFO_PATH = "/workspaces/deepchem.github.io/new-website/utils/tutorials/website-render-order/"
DATA_PATH = "/workspaces/deepchem.github.io/new-website/utils/tutorials/html-notebooks/"
PDF_PATH = "/workspaces/deepchem.github.io/new-website/utils/tutorials/storage/"
INFO_PATH = "./website-render-order/"
DATA_PATH = "./html-notebooks/"
PDF_PATH = "./storage/"

files = os.listdir(INFO_PATH)
files = sorted(files)
Expand Down

0 comments on commit 5b1fa80

Please sign in to comment.