From 8803f0e5e0806e01f7085775adea3a60ce9b2b03 Mon Sep 17 00:00:00 2001 From: Laurenz Rettig <53396064+rettigl@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:47:11 +0100 Subject: [PATCH] changing directory to github workspace --- .github/workflows/autodoc_tutorials.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autodoc_tutorials.yml b/.github/workflows/autodoc_tutorials.yml index 049d94f6..1cb6e5a2 100644 --- a/.github/workflows/autodoc_tutorials.yml +++ b/.github/workflows/autodoc_tutorials.yml @@ -44,7 +44,9 @@ jobs: - name: execute notebooks run: | df -h - du -h . + pwd + chdir $GITHUB_WORKSPACE + pwd find $GITHUB_WORKSPACE/tutorial -type f -name "*.ipynb" -exec poetry run jupyter-nbconvert --execute --to notebook --inplace {} \; - name: create docs/tutorial directory