Skip to content

Commit

Permalink
add build doc script
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Apr 17, 2024
1 parent cd50db7 commit f444235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_spinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: Build Documentation
run: |
cd docs/sphinx_doc
pwd
ls -lah
bash build_doc.sh
- name: Upload Documentation
uses: actions/upload-artifact@v3
Expand Down
3 changes: 3 additions & 0 deletions docs/sphinx_doc/build_doc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
sphinx-apidoc -f -o source ../../data_juicer -t _templates
make clean html

0 comments on commit f444235

Please sign in to comment.