Skip to content

Commit f0f2f92

Browse files
committed
Makefile and correcting books
1 parent 48fc642 commit f0f2f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 1 deletion
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 notebooks/*.py; do
41+
for notebook in *.py; do
4242
# Extract the filename without extension
4343
filename=$(basename "$notebook" .py)
4444
echo "Exporting $notebook to HTML-WASM..."
@@ -53,6 +53,7 @@ jobs:
5353
# List all exported notebooks
5454
echo "Exported notebooks:"
5555
ls -la artifacts/marimo/
56+
working-directory: book/marimo
5657

5758
# Upload the generated HTML-WASM files as a GitHub Actions artifact
5859
# This makes the files available for the deployment job

0 commit comments

Comments
 (0)