Skip to content

Commit

Permalink
html
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 8, 2024
1 parent dc0692b commit fb5b3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/neurolibre_preview_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def api_myst_build(user, id, repository_url, commit_hash=None, binder_hash=None)

# myst_schema = load_myst_schema()
def get_user_build_dir(username,repo,commit):
return os.path.join(DATA_ROOT_PATH, MYST_FOLDER,username,repo,commit,'_build','site')
return os.path.join(DATA_ROOT_PATH, MYST_FOLDER,username,repo,commit,'_build','html')

def get_theme_dir(username,repo,commit,type):
return os.path.join(DATA_ROOT_PATH, MYST_FOLDER,username,repo,commit,'_build','templates','site','myst',type)
Expand Down

0 comments on commit fb5b3e3

Please sign in to comment.