diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3eee7767c..7f44ecdc53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,8 +147,9 @@ jobs: - name: Translated (docs.flutter.cn) run: bash tool/translator/build.sh shell: bash - - name: Deploy CN - run: make deploy + - name: Deploy to production + run: bash tool/translator/deploy-cn.sh + shell: bash env: DEPLOY_USER: ${{ secrets.DOCS_REPO_DEPLOY_USER }} DEPLOY_TOKEN: ${{ secrets.DOCS_REPO_DEPLOY_TOKEN }}