diff --git a/.github/workflows/autodoc_tutorials.yml b/.github/workflows/autodoc_tutorials.yml index ebcc9bbb..049d94f6 100644 --- a/.github/workflows/autodoc_tutorials.yml +++ b/.github/workflows/autodoc_tutorials.yml @@ -42,7 +42,10 @@ jobs: # Execute and convert notebooks - name: execute notebooks - run: find $GITHUB_WORKSPACE/tutorial -type f -name "*.ipynb" -exec poetry run jupyter-nbconvert --execute --to notebook --inplace {} \; + run: | + df -h + du -h . + find $GITHUB_WORKSPACE/tutorial -type f -name "*.ipynb" -exec poetry run jupyter-nbconvert --execute --to notebook --inplace {} \; - name: create docs/tutorial directory run: mkdir -p $GITHUB_WORKSPACE/docs/tutorial @@ -55,4 +58,4 @@ jobs: with: default_author: github_actions message: 'Updating tutorial rsts for docs' - add: 'docs/tutorial/' \ No newline at end of file + add: 'docs/tutorial/'