Skip to content

Commit

Permalink
Add sphinx-build command
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Feb 10, 2024
1 parent 9dc69df commit 337bf13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
- name: Navigate to doc root
run: cd docs

- name: Make docs
run: make html

- name: Build HTML documentation
run: sphinx-build -b html docs/source docs/build/html
- name: Navigate to docs build
run: cd build/html

Expand Down

0 comments on commit 337bf13

Please sign in to comment.