Skip to content

Commit b8e16e8

Browse files
restore our workflow
1 parent e8039aa commit b8e16e8

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
@@ -28,16 +28,16 @@ jobs:
2828
- run: pnpm install
2929

3030
# 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
3232
- name: Checkout tools repo
3333
uses: actions/checkout@v2
3434
with:
35-
repository: microsoft/TypeScript-Website
35+
repository: ts-zh-docs/TypeScript-Website
3636
path: website
3737

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
3939
# 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
4141

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

0 commit comments

Comments
 (0)