Skip to content

Commit

Permalink
add back how-tos
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Sep 19, 2024
1 parent 9f04b12 commit 768450f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_scripts/execute_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SKIP_NOTEBOOKS=$(python -c "import json; print(' '.join(json.load(open('docs/not

errors=() # Initialize an array to collect errors

for file in $(find docs/docs/tutorials -name "*.ipynb" | grep -v ".ipynb_checkpoints")
for file in $(find docs/docs/tutorials docs/docs/how-tos -name "*.ipynb" | grep -v ".ipynb_checkpoints")
do
# Check if the file is in the list of notebooks to skip
if [[ $SKIP_NOTEBOOKS == *"$file"* ]]; then
Expand Down

0 comments on commit 768450f

Please sign in to comment.