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