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 @@ -27,16 +27,16 @@ jobs:
27
27
- run : yarn
28
28
29
29
# 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
31
31
- name : Checkout tools repo
32
32
uses : actions/checkout@v2
33
33
with :
34
- repository : microsoft /TypeScript-Website
34
+ repository : ts-zh-docs /TypeScript-Website
35
35
path : website
36
36
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
38
38
# 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
40
40
41
41
# Get dependencies for building the ebooks
42
42
- run : sudo apt-get update
You can’t perform that action at this time.
0 commit comments