File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ jobs:
28
28
- run : pnpm install
29
29
30
30
# Clone the TS website, basically:
31
- # git clone https://github.com/microsoft /TypeScript-Website website
31
+ # git clone https://github.com/ts-zh-docs /TypeScript-Website website
32
32
- name : Checkout tools repo
33
33
uses : actions/checkout@v2
34
34
with :
35
- repository : microsoft /TypeScript-Website
35
+ repository : ts-zh-docs /TypeScript-Website
36
36
path : website
37
37
38
- # Both the microsoft /TypeScript-Website & 1 - don't really need to be there, but
38
+ # Both the ts-zh-docs /TypeScript-Website & 1 - don't really need to be there, but
39
39
# this migrates the translated docs into the website
40
- - run : pnpm docs-sync pull microsoft /TypeScript-Website 1 --from-cwd . --to-cwd website
40
+ - run : pnpm docs-sync pull ts-zh-docs /TypeScript-Website 1 --from-cwd . --to-cwd website
41
41
42
42
# Get dependencies for building the ebooks
43
43
- run : sudo apt-get update
You can’t perform that action at this time.
0 commit comments