You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,13 +92,14 @@ Before submitting a pull request, please check whether an existing issue or disc
92
92
93
93
## Syncing Notebooks to the Roman Research Nexus
94
94
95
-
Syncing notebooks from canonical sources in this repo with the STScI `roman_notebooks` repository is an automated process handled by GitHub Actions when a pull request is merged.
95
+
Syncing Nexus-ready notebook artifacts is an automated process handled by GitHub Actions when a pull request is merged.
96
96
97
97
The workflow will:
98
-
- Copy the notebook to the appropriate location in the `roman_notebooks` repository.
99
-
- Validate that relative paths in the notebook are correct for the RRN structure.
100
-
- Correct style and contents to satisfy Nexus-specific requirements.
101
-
- Copy any associated `requirements.txt` or `env.yml` files.
98
+
- Rebuild Nexus-ready notebook artifacts into `RRN/build/` using `scripts/notebook_transformer.py` and `notebooks_manifest.yml`.
99
+
- Export those artifacts into the dedicated `rges-pit/nexus-notebooks` repository via the `RRN/export_submodule/` submodule.
100
+
- Force-push the artifact branch (`main`) because the destination repository is treated as export-only.
101
+
102
+
For a manual, on-demand execution check of the build artifacts, see `RRN/README.md` (Manual Notebook CI).
0 commit comments