Skip to content

Commit

Permalink
ipynb: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Dec 30, 2023
1 parent 683672a commit b7d0082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run Notebooks
run: |
cd ipynb
find ${{ github.event.inputs.path }} -name '*.ipynb' -print0 | xargs -n1 -0 ./run_notebook.sh {} \;
find ${{ github.event.inputs.path }} -name '*.ipynb' -print0 | xargs -n1 -0 ./run_notebook.sh --html --pdf
- name: Archive reports
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b7d0082

Please sign in to comment.