File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -954,6 +954,32 @@ jobs:
954
954
name : rust-tutorials
955
955
path : .
956
956
957
+ build-tskit-explore :
958
+ name : Build tskit-explore JupyterLite site
959
+ needs : cancel-superseded
960
+ runs-on : ubuntu-24.04
961
+ steps :
962
+
963
+ name : Checkout tskit-explore
964
+ with :
965
+ ref : main
966
+ repository : tskit-dev/tskit-explore
967
+ - name : Setup Python
968
+
969
+ with :
970
+ python-version : ' 3.11'
971
+ - name : Install the dependencies
972
+ run : |
973
+ python -m pip install -r requirements.txt
974
+ - name : Build the JupyterLite site
975
+ run : |
976
+ cp README.md content
977
+ jupyter lite build --contents content --output-dir dist
978
+ - name : Upload artifact
979
+
980
+ with :
981
+ name : tskit-explore
982
+ path : ./dist
957
983
958
984
deploy :
959
985
name : Deploy 🚀 (if on main branch)
@@ -970,6 +996,7 @@ jobs:
970
996
- build-tsbrowse-docs
971
997
- import-tutorials
972
998
- import-rust-tutorial
999
+ - build-tskit-explore
973
1000
runs-on : ubuntu-24.04
974
1001
steps :
975
1002
- name : Checkout
@@ -1045,6 +1072,12 @@ jobs:
1045
1072
with :
1046
1073
name : rust-tutorials
1047
1074
path : site/tutorials/rust
1075
+
1076
+ - name : Download tskit-explore
1077
+
1078
+ with :
1079
+ name : tskit-explore
1080
+ path : site/explore
1048
1081
1049
1082
- name : Pages config and tweaks
1050
1083
run : |
You can’t perform that action at this time.
0 commit comments