Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl authored Oct 30, 2023
1 parent 86f52dd commit ac02abd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autodoc_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac02abd

Please sign in to comment.