Commit 448d21287c4be20f3039cfa5f509c15aa518bd8f
1 parent
31f489fa
chore: update ci
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/deploy.yml
@@ -108,7 +108,7 @@ jobs: | @@ -108,7 +108,7 @@ jobs: | ||
108 | env: | 108 | env: |
109 | ACTIONS_DEPLOY_KEY: ${{secrets.DEPLOY_TOKEN}} | 109 | ACTIONS_DEPLOY_KEY: ${{secrets.DEPLOY_TOKEN}} |
110 | PUBLISH_BRANCH: gh-pages | 110 | PUBLISH_BRANCH: gh-pages |
111 | - PUBLISH_DIR: ./.vitepress/dist | 111 | + PUBLISH_DIR: ./dist |
112 | with: | 112 | with: |
113 | forceOrphan: true | 113 | forceOrphan: true |
114 | 114 |