Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Sep 8, 2024
1 parent 5ffd4a9 commit b558460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pip install .[docs]

- name: Build Documentation
run: make -C doc html
run: make -C docs html

- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit b558460

Please sign in to comment.