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