Skip to content

Commit 6963d42

Browse files
committed
Separately clean previous contents from repo
1 parent 0a9c309 commit 6963d42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ jobs:
2020
ref: mf2-docs
2121
path: messageformat
2222

23+
- run: rm -rf *
24+
working-directory: website
25+
2326
- run: npm ci
2427
working-directory: messageformat
2528
- run: npm run build -w mf1/packages/parser
2629
working-directory: messageformat
27-
- run: npx typedoc --out ../website/
30+
- run: npx typedoc --cleanOutputDir false --out ../website/
2831
working-directory: messageformat
2932
- run: mv index.html mf2.html
3033
working-directory: website

0 commit comments

Comments
 (0)