There was an error while loading. Please reload this page.
1 parent c5922f2 commit 945a530Copy full SHA for 945a530
1 file changed
.github/workflows/execute_notebooks.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
# Find all notebooks that need to execute (adjust paths as needed)
57
find "docs/Data Formatting/" -name "*.ipynb" > notebooks_to_execute.txt
58
- "docs/Getting Started.ipynb" >> notebooks_to_execute.txt
+ echo "docs/Getting Started.ipynb" >> notebooks_to_execute.txt
59
60
echo "Found notebooks:"
61
cat notebooks_to_execute.txt
0 commit comments