Skip to content

Commit

Permalink
add sphinx-quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
KindXiaoming committed Apr 29, 2024
1 parent cf8f837 commit 0eb984a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- name: Build docs
run: |
cd docs
sphinx-quickstart
sphinx-apidoc -o . ../kan
make clean html
make html
# https://github.com/peaceiris/actions-gh-pages
- name: Deploy
if: success()
Expand Down

0 comments on commit 0eb984a

Please sign in to comment.