Skip to content

Commit ea6aa71

Browse files
committed
Fix: correct build output path
1 parent 100bfd8 commit ea6aa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload artifact
4848
uses: actions/upload-pages-artifact@v3
4949
with:
50-
path: www/dist
50+
path: www/docs/dist
5151

5252
- name: Deploy to GitHub Pages
5353
id: deployment

0 commit comments

Comments
 (0)