From 76d84105bef9340591538ae8392e4b7184aed859 Mon Sep 17 00:00:00 2001 From: Laurenz Rettig <53396064+rettigl@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:39:36 +0100 Subject: [PATCH] add one layer of folders --- .github/workflows/autodoc_tutorials.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autodoc_tutorials.yml b/.github/workflows/autodoc_tutorials.yml index d1c675a9..eba45af8 100644 --- a/.github/workflows/autodoc_tutorials.yml +++ b/.github/workflows/autodoc_tutorials.yml @@ -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 {} \;