JinMao
2022-11-16 750a50ebfd343c72f6a5f0b0c303a801b83a97e3
.github/workflows/deploy.yml
@@ -108,11 +108,12 @@
          git push origin --delete gh-pages
      - name: Deploy
        uses: peaceiris/actions-gh-pages@v2.5.0
        uses: peaceiris/actions-gh-pages@v2.5
        env:
          ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
          deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}}
          PUBLISH_BRANCH: gh-pages
          PUBLISH_DIR: ./dist
          cname: vben.vvbin.cn
        with:
          forceOrphan: true