Skip to content

Commit cc96b48

Browse files
Adding CRD HTML to pages.
1 parent c5d7846 commit cc96b48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
run: mkdir -p _site/manual
5454
- name: Create _site/pdfs
5555
run: mkdir -p _site/pdfs
56+
- name: Create _site/htmls
57+
run: mkdir -p _site/htmls
5658
- name: Copy cfg html
5759
run: cp -R gen/cfg_html_doc/generic_rv64/html _site/example_cfg
5860
- name: Create RVA Family PDF Spec
@@ -63,6 +65,10 @@ jobs:
6365
run: ./do gen:csc_crd_pdf[MC-1]
6466
- name: Copy MC-1 PDF
6567
run: cp gen/csc_crd_doc/pdf/MC-1.pdf _site/pdfs/MC-1.pdf
68+
- name: Create MC-1 HTML Spec
69+
run: ./do gen:csc_crd_html[MC-1]
70+
- name: Copy MC-1 HTML
71+
run: cp gen/csc_crd_doc/html/MC-1.html _site/htmls/MC-1.html
6672
- name: Copy manual html
6773
run: cp -R gen/manual/isa/top/all/html _site/manual
6874
- name: Setup Pages

0 commit comments

Comments
 (0)