Skip to content

Commit 7ed52b3

Browse files
committed
chore(ci): build the documentation for r3_kernel with full features
1 parent 68e8168 commit 7ed52b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
uses: actions-rs/cargo@v1
4545
with: { command: doc, args: -p r3_portkit --all-features }
4646

47+
- name: Build Documentation for “r3_kernel”
48+
uses: actions-rs/cargo@v1
49+
with: { command: doc, args: -p r3_kernel --all-features }
50+
4751
- name: Build Documentation for “r3”
4852
uses: actions-rs/cargo@v1
4953
with: { command: doc, args: -p r3 --all-features }

0 commit comments

Comments
 (0)