From d798a1744368581383dc88535d97834a80f1bbfc Mon Sep 17 00:00:00 2001 From: Laurenz Rettig <53396064+rettigl@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:32:42 +0100 Subject: [PATCH] test changing start directory --- .github/workflows/autodoc_tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodoc_tutorials.yml b/.github/workflows/autodoc_tutorials.yml index e7ba1244..d1c675a9 100644 --- a/.github/workflows/autodoc_tutorials.yml +++ b/.github/workflows/autodoc_tutorials.yml @@ -45,7 +45,7 @@ jobs: run: | df -h pwd - cd $GITHUB_WORKSPACE + cd tutorial pwd df -h . find $GITHUB_WORKSPACE/tutorial -type f -name "*.ipynb" -exec poetry run jupyter-nbconvert --execute --to notebook --inplace {} \;