File tree Expand file tree Collapse file tree 4 files changed +371
-0
lines changed
Expand file tree Collapse file tree 4 files changed +371
-0
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 cp -r jupyterlite/dist book/_build/html/jupyterlite
3939
40+ - name : Build slides
41+ run : pixi run -e doc build-slides
42+
43+ - name : Copy slides under the book directory
44+ run : |
45+ cp -r content/slides book/_build/html/slides
46+
4047 - name : Update the main gh-page website
4148 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
4249 uses : peaceiris/actions-gh-pages@v4
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ timeseries use case.
88
99### Slides
1010
11+ - [ Introductory concepts] ( https://skrub-data.org/EuroSciPy2025/slides/index.html )
12+
1113### Notebooks [ ![ Launch JupyterLite] ( /images/jupyterlite_badge.svg ' Our JupyterLite website ')] ( https://skrub-data.org/EuroSciPy2025/jupyterlite/lab )
1214
1315``` {tableofcontents}
You can’t perform that action at this time.
0 commit comments