Skip to content

Commit

Permalink
Remove quotes from docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glatteis committed Jul 9, 2024
1 parent e0e29b6 commit 356f3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run documentation notebooks
run: |
poetry run jupyter nbconvert --execute --to notebook --inplace "${{ steps.glob.outputs.paths }}"
poetry run jupyter nbconvert --execute --to notebook --inplace ${{ steps.glob.outputs.paths }}
- name: Generate docs
working-directory: docs/
Expand Down

0 comments on commit 356f3f6

Please sign in to comment.