Skip to content

Commit

Permalink
fix typo in action
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Oct 9, 2024
1 parent 15b0870 commit c9c7f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
cd docs
poetry run bash make_markdown_notebooks.sh
poetry runmake html
poetry run make html
- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit c9c7f05

Please sign in to comment.