diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 228e7eae0..4b7ea5f4f 100644 --- a/.github/workflows/deploy.yml +++ b/.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