Skip to content

Commit

Permalink
整理: ドキュメント生成の build_util 移植 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan authored Dec 13, 2023
1 parent 6e74fbc commit 3809c02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Make documents
run: |
python make_docs.py
PYTHONPATH=. python build_util/make_docs.py
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ VOICEVOX エディターにうまく読み込ませられないときは、エ
次のコマンドで API ドキュメントを手動で作成することができます。
```bash
python make_docs.py
PYTHONPATH=. python build_util/make_docs.py
```
### GitHub Actions
Expand Down
File renamed without changes.

0 comments on commit 3809c02

Please sign in to comment.