Skip to content

Commit

Permalink
chore: remove unused command
Browse files Browse the repository at this point in the history
  • Loading branch information
duonganhthu43 committed Jun 7, 2024
1 parent 1c5751c commit ede9646
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ 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/

echo "=== Copied the notebooks to samples folder ==="

src="dist/notebooks"
dst="dist/notebooks-samples"
Expand All @@ -23,14 +19,6 @@ else
cp -R "$src/"* "$dst"
fi

echo "=== list the files in samples folder ==="

ls -la dist/notebooks-samples/



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


cp "notebooks/notebooks.css" "dist/notebooks/notebooks.css"
cp "notebooks/samples.css" "dist/notebooks-samples/samples.css"
Expand Down

0 comments on commit ede9646

Please sign in to comment.