From 04ed86419c84087472fa287b1757546749f076cc Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 9 Aug 2020 09:33:46 +0800 Subject: [PATCH] chore: Update jestjs.io.yml --- .github/workflows/jestjs.io.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/jestjs.io.yml b/.github/workflows/jestjs.io.yml index b5de01bfc..50722167a 100644 --- a/.github/workflows/jestjs.io.yml +++ b/.github/workflows/jestjs.io.yml @@ -19,8 +19,8 @@ jobs: git clone https://github.com/facebook/jest -b gh-pages --single-branch jestjs.io --depth 1 - name: Deploy jestjs.io - uses: peaceiris/actions-gh-pages@v2.5.0 - env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - PUBLISH_BRANCH: jestjs.io - PUBLISH_DIR: ./jestjs.io \ No newline at end of file + uses: peaceiris/actions-gh-pages@v3 + with: + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + publish_branch: jestjs.io + publish_dir: ./jestjs.io \ No newline at end of file