We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f64ef6 commit 951dacbCopy full SHA for 951dacb
1 file changed
.github/workflows/CI.yml
@@ -40,11 +40,15 @@ jobs:
40
- run: sudo apt-get update
41
- run: sudo apt install calibre
42
43
- - run: cd website
44
- run: yarn install
45
env:
46
YARN_CHECKSUM_BEHAVIOR: ignore
+ working-directory: ./website
47
+
48
49
# Verify the website build
50
- run: yarn bootstrap
51
52
53
- run: yarn workspace typescriptlang-org build
54
0 commit comments