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.
r3_kernel
1 parent 68e8168 commit 7ed52b3Copy full SHA for 7ed52b3
.github/workflows/doc.yml
@@ -44,6 +44,10 @@ jobs:
44
uses: actions-rs/cargo@v1
45
with: { command: doc, args: -p r3_portkit --all-features }
46
47
+ - name: Build Documentation for “r3_kernel”
48
+ uses: actions-rs/cargo@v1
49
+ with: { command: doc, args: -p r3_kernel --all-features }
50
+
51
- name: Build Documentation for “r3”
52
53
with: { command: doc, args: -p r3 --all-features }
0 commit comments