Skip to content

Commit 78e9627

Browse files
committed
Fix the path
1 parent 697f910 commit 78e9627

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
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/upload-pages-artifact@v3
2929
with:
3030
name: github-pages-artifact
31-
path: '.dist'
31+
path: './dist'
3232

3333
deploy:
3434
needs: build

0 commit comments

Comments
 (0)