Skip to content

Commit 6c66d01

Browse files
committed
Fix artifact upload path in documentation workflow to use 'vvclient'
1 parent 1e3679b commit 6c66d01

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/upload-pages-artifact@v3
2525
id: deployment
2626
with:
27-
path: ./html/voicevox
27+
path: ./html/vvclient
2828
deploy:
2929
environment:
3030
name: github-pages

0 commit comments

Comments
 (0)