Skip to content

Commit a97c4b5

Browse files
author
Stefan Kuethe
committed
Build jupyterlite
1 parent f4886c7 commit a97c4b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
- name: Build docs
3131
run: mkdocs build -d dist
3232

33+
- name: Build jupyterlite
34+
run: |
35+
cd jupyterlite
36+
pip install -r requirements.txt
37+
jupyter lite build --contents contents --output-dir ../dist/jupyterlite
38+
3339
- name: Upload artifact
3440
uses: actions/upload-pages-artifact@v3
3541
with:

0 commit comments

Comments
 (0)