Skip to content

Commit

Permalink
add one layer of folders
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl authored Oct 30, 2023
1 parent d2e4d18 commit 76d8410
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autodoc_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
df -h
pwd
cd tutorial
mkdir temp
cd temp
pwd
df -h .
find $GITHUB_WORKSPACE/tutorial -type f -name "*.ipynb" -exec poetry run jupyter-nbconvert --execute --to notebook --inplace {} \;
Expand Down

0 comments on commit 76d8410

Please sign in to comment.