From 48ec384ac83a30bc2fa6a00f60d3a9a508b0ae9c Mon Sep 17 00:00:00 2001 From: Xavi Lee Date: Wed, 22 May 2024 21:01:29 +0800 Subject: [PATCH] use our repo --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 655c6c7..6eee2fb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,16 +27,16 @@ jobs: - run: yarn # Clone the TS website, basically: - # git clone https://github.com/microsoft/TypeScript-Website website + # git clone https://github.com/ts-zh-docs/TypeScript-Website website - name: Checkout tools repo uses: actions/checkout@v2 with: - repository: microsoft/TypeScript-Website + repository: ts-zh-docs/TypeScript-Website path: website - # Both the microsoft/TypeScript-Website & 1 - don't really need to be there, but + # Both the ts-zh-docs/TypeScript-Website & 1 - don't really need to be there, but # this migrates the translated docs into the website - - run: yarn docs-sync pull microsoft/TypeScript-Website 1 --from-cwd . --to-cwd website + - run: yarn docs-sync pull ts-zh-docs/TypeScript-Website 1 --from-cwd . --to-cwd website # Get dependencies for building the ebooks - run: sudo apt-get update