Skip to content

Commit

Permalink
fixed gh-pages export folder
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed May 23, 2024
1 parent f6784f1 commit 8acf84b
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 8acf84b

Please sign in to comment.