Automated CI pipeline for validating and exporting marimo example notebooks.
- Automatically exports whitelisted marimo notebooks:
- to markdown
- to HTML
- to ipynb
- to script
- Triggers on:
- (todo) New marimo releases
- Pushes to main from this repo
- Nightly builds
- Manual triggers
Add notebooks to whitelist in scripts/export_notebooks.py
The pipeline runs automatically on configured triggers. To run manually:
- Go to Actions tab
- Select "Export Notebooks" workflow
- Click "Run workflow"