Skip to content

Commit

Permalink
chore: check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
duonganhthu43 committed Jun 7, 2024
1 parent a034430 commit f6bfe88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ rm -f .jupyterlite.doit.db

# Run jupyter lite build with output directory as dist
poetry run jupyter lite build --output-dir dist
echo "=== JupyterLite build done ==="
ls -la dist/notebooks-samples/

echo "=== Copying the notebooks and css files ==="


src="dist/notebooks"
dst="dist/notebooks-samples"
Expand All @@ -17,7 +22,6 @@ cp -R "$src" "$dst"
cp "notebooks/notebooks.css" "dist/notebooks/notebooks.css"
cp "notebooks/samples.css" "dist/notebooks-samples/samples.css"

ls -la dist/notebooks-samples/


if [ "$OSTYPE" = "darwin"* ]; then
Expand Down

0 comments on commit f6bfe88

Please sign in to comment.