Skip to content

Commit 764d6c7

Browse files
committed
bug fixing ci yml file
1 parent 5df7176 commit 764d6c7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Deploy Docs
22

3+
env:
4+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
5+
36
on:
47
push:
58
branches:
@@ -30,6 +33,10 @@ jobs:
3033

3134
- run: npm ci
3235

36+
- run: npm run build --workspace @maboke123/raft-core
37+
38+
- run: npm run build --workspace @maboke123/raft-grpc
39+
3340
- run: npm run docs
3441

3542
- uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)