Skip to content

Commit 8acf84b

Browse files
committed
fixed gh-pages export folder
1 parent f6784f1 commit 8acf84b

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
@@ -18,5 +18,5 @@ jobs:
1818
npm run docs:build -- --base /${{ github.event.repository.name }}/
1919
- uses: JamesIves/github-pages-deploy-action@v4
2020
with:
21-
folder: ./docs/.vitepress/dist/
21+
folder: ./.vitepress/dist/
2222
branch: gh-pages

0 commit comments

Comments
 (0)