Skip to content

Commit 1d73c56

Browse files
committed
Maybe fix CI
1 parent e3d6ca8 commit 1d73c56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- uses: actions/checkout@v1
2424
- run: yarn
2525

26-
# Clone the TS website
26+
# Clone the TS website, basically:
27+
# git clone https://github.com/microsoft/TypeScript-Website website
2728
- name: Checkout tools repo
2829
uses: actions/checkout@v2
2930
with:
@@ -32,7 +33,7 @@ jobs:
3233

3334
# Both the microsoft/TypeScript-Website & 1 - don't really need to be there, but
3435
# this migrates the translated docs into the website
35-
- run: yarn docs-sync pull microsoft/TypeScript-Website 1 --from-cwd . --to-cwd TypeScript-Website
36+
- run: yarn docs-sync pull microsoft/TypeScript-Website 1 --from-cwd . --to-cwd website
3637

3738
# Get dependencies for building the ebooks
3839
- run: sudo apt-get update

0 commit comments

Comments
 (0)