We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65451d4 commit 2e7173aCopy full SHA for 2e7173a
.github/workflows/build-and-deploy.yml
@@ -22,5 +22,5 @@ jobs:
22
uses: peaceiris/actions-gh-pages@v3
23
with:
24
github_token: ${{ secrets.GITHUB_TOKEN }}
25
- publish_dir: ./target
+ publish_dir: ./src/.vitepress/dist
26
cname: ${{ env.TARGET_URL }}
0 commit comments