Skip to content

Commit 1e3679b

Browse files
committed
Fix documentation build command to use correct module name 'vvclient'
1 parent c23e89e commit 1e3679b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build documentation
1919
run: |
2020
pip3 install -U .[docs]
21-
pdoc --html --config show_source_code=False --force voicevox
21+
pdoc --html --config show_source_code=False --force vvclient
2222
2323
- name: Upload artifact
2424
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)