Explorar o código

chore: update ci

JinMao %!s(int64=2) %!d(string=hai) anos
pai
achega
e74a9ed337
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .github/workflows/deploy.yml

+ 3 - 3
.github/workflows/deploy.yml

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