Skip to content

Commit

Permalink
test changing start directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl authored Oct 30, 2023
1 parent 12854f4 commit d798a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autodoc_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {} \;
Expand Down

0 comments on commit d798a17

Please sign in to comment.