Skip to content

Commit be79a61

Browse files
use our repo (#79)
1 parent bf11fe6 commit be79a61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
- run: yarn
2828

2929
# Clone the TS website, basically:
30-
# git clone https://github.com/microsoft/TypeScript-Website website
30+
# git clone https://github.com/ts-zh-docs/TypeScript-Website website
3131
- name: Checkout tools repo
3232
uses: actions/checkout@v2
3333
with:
34-
repository: microsoft/TypeScript-Website
34+
repository: ts-zh-docs/TypeScript-Website
3535
path: website
3636

37-
# Both the microsoft/TypeScript-Website & 1 - don't really need to be there, but
37+
# Both the ts-zh-docs/TypeScript-Website & 1 - don't really need to be there, but
3838
# this migrates the translated docs into the website
39-
- run: yarn docs-sync pull microsoft/TypeScript-Website 1 --from-cwd . --to-cwd website
39+
- run: yarn docs-sync pull ts-zh-docs/TypeScript-Website 1 --from-cwd . --to-cwd website
4040

4141
# Get dependencies for building the ebooks
4242
- run: sudo apt-get update

0 commit comments

Comments
 (0)