From ac02abdb0adce2a9a5cccc35c9a8861db7d9e8e0 Mon Sep 17 00:00:00 2001 From: Laurenz Rettig <53396064+rettigl@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:24:22 +0100 Subject: [PATCH] fix command --- .github/workflows/autodoc_tutorials.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autodoc_tutorials.yml b/.github/workflows/autodoc_tutorials.yml index 1cb6e5a2..e7ba1244 100644 --- a/.github/workflows/autodoc_tutorials.yml +++ b/.github/workflows/autodoc_tutorials.yml @@ -45,8 +45,9 @@ jobs: run: | df -h pwd - chdir $GITHUB_WORKSPACE + cd $GITHUB_WORKSPACE pwd + df -h . find $GITHUB_WORKSPACE/tutorial -type f -name "*.ipynb" -exec poetry run jupyter-nbconvert --execute --to notebook --inplace {} \; - name: create docs/tutorial directory