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 0a9c309 commit 4ede0a7Copy full SHA for 4ede0a7
.github/workflows/build.yaml
@@ -20,11 +20,14 @@ jobs:
20
ref: mf2-docs
21
path: messageformat
22
23
+ - run: rm -r *
24
+ working-directory: website
25
+
26
- run: npm ci
27
working-directory: messageformat
28
- run: npm run build -w mf1/packages/parser
29
- - run: npx typedoc --out ../website/
30
+ - run: npx typedoc --cleanOutputDir false --out ../website/
31
32
- run: mv index.html mf2.html
33
working-directory: website
0 commit comments