Skip to content

Commit fb7d4d1

Browse files
committed
Going live
1 parent 312af51 commit fb7d4d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,17 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
repository: messageformat/messageformat
20-
ref: mf2-docs
2120
path: messageformat
2221

2322
- run: rm -rf *
2423
working-directory: website
2524

2625
- run: npm ci
2726
working-directory: messageformat
28-
- run: npm run build -w mf1/packages/parser
27+
- run: npm run build -w mf1/packages/parser -w mf1/packages/date-skeleton -w mf1/packages/number-skeleton
2928
working-directory: messageformat
3029
- run: npx typedoc --cleanOutputDir false --out ../website/
3130
working-directory: messageformat
32-
- run: mv index.html mf2.html
33-
working-directory: website
34-
- run: mv _ index.html
35-
working-directory: website
3631

3732
- name: git config
3833
run: |

0 commit comments

Comments
 (0)