We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d6ca8 commit 1d73c56Copy full SHA for 1d73c56
.github/workflows/CI.yml
@@ -23,7 +23,8 @@ jobs:
23
- uses: actions/checkout@v1
24
- run: yarn
25
26
- # Clone the TS website
+ # Clone the TS website, basically:
27
+ # git clone https://github.com/microsoft/TypeScript-Website website
28
- name: Checkout tools repo
29
uses: actions/checkout@v2
30
with:
@@ -32,7 +33,7 @@ jobs:
32
33
34
# Both the microsoft/TypeScript-Website & 1 - don't really need to be there, but
35
# this migrates the translated docs into the website
- - 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
37
38
# Get dependencies for building the ebooks
39
- run: sudo apt-get update
0 commit comments