Skip to content

Commit 79fe41f

Browse files
committed
Fix static files path
1 parent f53ea32 commit 79fe41f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626

2727
- name: Upload static files as artifact
2828
id: deployment
29-
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
29+
uses: actions/upload-pages-artifact@v3
3030
with:
31-
path: docs-app/dist
31+
path: docs-app/.vitepress/dist
3232

3333
deploy:
3434
needs: build

0 commit comments

Comments
 (0)