Skip to content

Commit 2bcc322

Browse files
committed
build slides and deploy them
1 parent 7c0f239 commit 2bcc322

File tree

4 files changed

+371
-0
lines changed

4 files changed

+371
-0
lines changed

.github/workflows/deploy_book.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
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

book/intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)