We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350f835 commit 1da9b2bCopy full SHA for 1da9b2b
.github/workflows/generate_notebook_list.py
@@ -247,7 +247,7 @@ def collect_notebooks():
247
"repo": git_info["repo"],
248
"source": "submodule",
249
"path": rel_path,
250
- "gitpuller": f"https://{JHUB_INSTANCE}/hub/user-redirect/git-pull?repo={git_url}&urlpath=lab/tree/{DEF_REPO}/{repo_path}&branch=main",
+ "gitpuller": f"https://{JHUB_INSTANCE}/hub/user-redirect/git-pull?repo={git_url}&urlpath=lab/tree/{repo_path}&branch=main",
251
})
252
253
return catalog
0 commit comments