소스 검색

chore: update ci

vben 2 년 전
부모
커밋
448d21287c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/deploy.yml

+ 1 - 1
.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