Skip to content

Commit a2537d8

Browse files
committed
ci: resolve artifact path issue in workflow
1 parent c989779 commit a2537d8

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
@@ -57,7 +57,7 @@ jobs:
5757
- name: "🗄️ upload pages artifact"
5858
uses: actions/upload-pages-artifact@v3
5959
with:
60-
path: docs/.vitepress/dist
60+
path: .vitepress/dist
6161

6262
deploy:
6363
environment:

0 commit comments

Comments
 (0)