We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23e89e commit 1e3679bCopy full SHA for 1e3679b
1 file changed
.github/workflows/docs.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Build documentation
19
run: |
20
pip3 install -U .[docs]
21
- pdoc --html --config show_source_code=False --force voicevox
+ pdoc --html --config show_source_code=False --force vvclient
22
23
- name: Upload artifact
24
uses: actions/upload-pages-artifact@v3
0 commit comments