소스 검색

chore: update ci

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

+ 2 - 1
.github/workflows/deploy.yml

@@ -108,11 +108,12 @@ jobs:
           git push origin --delete gh-pages
 
       - name: Deploy
-        uses: peaceiris/actions-gh-pages@v2.5.0
+        uses: peaceiris/actions-gh-pages@v3
         env:
           ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
           PUBLISH_BRANCH: gh-pages
           PUBLISH_DIR: ./dist
+          cname: vben.vvbin.cn
         with:
           forceOrphan: true