From e394c33942276162d7de4ca09f009b39789f3342 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Tue, 26 Jul 2022 11:07:01 +0800 Subject: [PATCH] ci: update --- .github/workflows/blank.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 33b93387..e4aa67fa 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -44,7 +44,7 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3 env: - REPO: git@github.com:owner/repo.git - BRANCH: gh-pages - FOLDER: docs/.vuepress/dist - SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }} + repo: git@github.com:owner/repo.git + branch: gh-pages + folder: docs/.vuepress/dist + ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }}