Skip to content

Commit 8cf7730

Browse files
committed
update polars
1 parent ef32433 commit 8cf7730

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
mkdir -p artifacts/marimo
3939
4040
# Find all Python files in the notebooks directory and export them to HTML-WASM
41-
for notebook in *.py; do
41+
for notebook in book/marimo/*.py; do
4242
# Extract the filename without extension
4343
filename=$(basename "$notebook" .py)
4444
echo "Exporting $notebook to HTML-WASM..."
@@ -54,7 +54,6 @@ jobs:
5454
echo "Exported notebooks:"
5555
ls -la artifacts/marimo/
5656
tree artifacts/marimo
57-
working-directory: book/marimo
5857
5958
# Upload the generated HTML-WASM files as a GitHub Actions artifact
6059
# This makes the files available for the deployment job

0 commit comments

Comments
 (0)