Skip to content

Commit

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

0 comments on commit 8803f0e

Please sign in to comment.