Skip to content

Commit 2e7173a

Browse files
committed
Fix deployment to GitHub pages
1 parent 65451d4 commit 2e7173a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
uses: peaceiris/actions-gh-pages@v3
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
25-
publish_dir: ./target
25+
publish_dir: ./src/.vitepress/dist
2626
cname: ${{ env.TARGET_URL }}

0 commit comments

Comments
 (0)