Skip to content

Commit

Permalink
Update deploy-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cudeso authored Jan 21, 2025
1 parent 42bf354 commit eebbe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Convert Jupyter notebooks to HTML
run: |
find doc/ -name "*.ipynb" -exec jupyter nbconvert --to html {} \;
find misp-playbooks -name "*.ipynb" -exec jupyter nbconvert --to html {} \;
- name: Prepare documentation files
run: |
Expand Down

0 comments on commit eebbe37

Please sign in to comment.