diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 931053f29..08678766c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -108,7 +108,7 @@ jobs: env: ACTIONS_DEPLOY_KEY: ${{secrets.DEPLOY_TOKEN}} PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./.vitepress/dist + PUBLISH_DIR: ./dist with: forceOrphan: true