Skip to content

Commit

Permalink
fix: updated vitepress build path
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed May 6, 2024
1 parent 1c483f1 commit aaf98b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
npm run docs:build -- --base /${{ github.event.repository.name }}/
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./docs/.vitepress/dist/
folder: .vitepress/dist/
branch: gh-pages

0 comments on commit aaf98b7

Please sign in to comment.