Skip to content

Commit e422f19

Browse files
committed
Build custom launcher
1 parent 51733e3 commit e422f19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,11 @@ jobs:
974974
- name: Build the JupyterLite site
975975
run: |
976976
cp README.md content
977+
cd tskit-launcher
978+
jlpm install
979+
jlpm run build
980+
pip install .
981+
cd ..
977982
jupyter lite build --contents content --output-dir dist
978983
- name: Upload artifact
979984
uses: actions/[email protected]

0 commit comments

Comments
 (0)