Skip to content

Commit 046de08

Browse files
committed
chore(ci): generate documentation of constance_support_rza1
1 parent d240c0b commit 046de08

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
@@ -36,6 +36,10 @@ jobs:
3636
uses: actions-rs/cargo@v1
3737
with: { command: doc, args: -p constance_port_riscv }
3838

39+
- name: Build Documentation for “constance_support_rza1”
40+
uses: actions-rs/cargo@v1
41+
with: { command: doc, args: -p constance_support_rza1 }
42+
3943
- name: Generate Badge
4044
run: |
4145
rev=`git show-ref --head HEAD | cut -b 1-7`

0 commit comments

Comments
 (0)