Skip to content

Commit 021a419

Browse files
Replace make command with sphinx-build for HTML build
1 parent 6e4154b commit 021a419

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
2424
- name: Build HTML
2525
run: |
26-
cd docs
27-
make html
26+
sphinx-build -b html docs docs/_build/html
2827
2928
- name: Deploy to GitHub Pages
3029
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)