Skip to content

Commit fb7880e

Browse files
committed
Separate out configurable notebook
1 parent 239c421 commit fb7880e

File tree

3 files changed

+606
-2
lines changed

3 files changed

+606
-2
lines changed

.github/scripts/update_notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def main():
271271
# Setup paths
272272
script_dir = Path(__file__).parent
273273
repo_root = script_dir.parent.parent
274-
notebook_path = repo_root / "doc" / "llms" / "pyimagej-ai-guide.ipynb"
274+
notebook_path = repo_root / "doc" / "llms" / "custom-pyimagej-ai-guide.ipynb"
275275
personas_dir = repo_root / "doc" / "llms" / "personas"
276276
rulesets_dir = repo_root / "doc" / "llms" / "rulesets"
277277
templates_dir = script_dir.parent / "templates" # .github/templates, not .github/scripts/templates

.github/workflows/update-notebook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update PyImageJ AI Guide Notebook
22

33
on:
44
push:
5-
branches: [ main ] # Only auto-run on main
5+
branches: [ ] # Turn off auto-runs for now
66
paths:
77
- 'doc/llms/personas/**'
88
- 'doc/llms/rulesets/**'

0 commit comments

Comments
 (0)