From c650b38cb41e19294e819608a8ff7aeb7dd49cca Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 9 Aug 2020 09:41:57 +0800 Subject: [PATCH] chore: Update typescriptlang.org.yml --- .github/workflows/typescriptlang.org.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/typescriptlang.org.yml b/.github/workflows/typescriptlang.org.yml index 340f80342..561bbeb5a 100644 --- a/.github/workflows/typescriptlang.org.yml +++ b/.github/workflows/typescriptlang.org.yml @@ -29,8 +29,8 @@ jobs: cp -r site ../code - name: Deploy typescriptlang.org - uses: peaceiris/actions-gh-pages@v2.5.0 - env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - PUBLISH_BRANCH: typescriptlang.org - PUBLISH_DIR: ./typescriptlang.org/code \ No newline at end of file + uses: peaceiris/actions-gh-pages@v3 + with: + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + publish_branch: typescriptlang.org + publish_dir: ./typescriptlang.org/code \ No newline at end of file