Skip to content

Commit 945a530

Browse files
committed
fix bugs again
1 parent c5922f2 commit 945a530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/execute_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
# Find all notebooks that need to execute (adjust paths as needed)
5757
find "docs/Data Formatting/" -name "*.ipynb" > notebooks_to_execute.txt
58-
"docs/Getting Started.ipynb" >> notebooks_to_execute.txt
58+
echo "docs/Getting Started.ipynb" >> notebooks_to_execute.txt
5959
6060
echo "Found notebooks:"
6161
cat notebooks_to_execute.txt

0 commit comments

Comments
 (0)