Skip to content

Commit f05705d

Browse files
committed
Use explore build script
1 parent e422f19 commit f05705d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -973,13 +973,7 @@ jobs:
973973
python -m pip install -r requirements.txt
974974
- name: Build the JupyterLite site
975975
run: |
976-
cp README.md content
977-
cd tskit-launcher
978-
jlpm install
979-
jlpm run build
980-
pip install .
981-
cd ..
982-
jupyter lite build --contents content --output-dir dist
976+
./build.sh
983977
- name: Upload artifact
984978
uses: actions/[email protected]
985979
with:

0 commit comments

Comments
 (0)