Skip to content

Commit 951dacb

Browse files
committed
Set the working dir
1 parent 2f64ef6 commit 951dacb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ jobs:
4040
- run: sudo apt-get update
4141
- run: sudo apt install calibre
4242

43-
- run: cd website
4443
- run: yarn install
4544
env:
4645
YARN_CHECKSUM_BEHAVIOR: ignore
46+
working-directory: ./website
47+
4748

4849
# Verify the website build
4950
- run: yarn bootstrap
51+
working-directory: ./website
52+
5053
- run: yarn workspace typescriptlang-org build
54+
working-directory: ./website

0 commit comments

Comments
 (0)