Skip to content

Commit ef12174

Browse files
Update GitHub Actions workflow to use correct VitePress dist path
1 parent fcaeec9 commit ef12174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
5252
with:
53-
path: docs/.vitepress/dist
53+
path: .vitepress/dist
5454

5555
# Deployment job
5656
deploy:

0 commit comments

Comments
 (0)