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.
1 parent c5d7846 commit cc96b48Copy full SHA for cc96b48
.github/workflows/pages.yml
@@ -53,6 +53,8 @@ jobs:
53
run: mkdir -p _site/manual
54
- name: Create _site/pdfs
55
run: mkdir -p _site/pdfs
56
+ - name: Create _site/htmls
57
+ run: mkdir -p _site/htmls
58
- name: Copy cfg html
59
run: cp -R gen/cfg_html_doc/generic_rv64/html _site/example_cfg
60
- name: Create RVA Family PDF Spec
@@ -63,6 +65,10 @@ jobs:
63
65
run: ./do gen:csc_crd_pdf[MC-1]
64
66
- name: Copy MC-1 PDF
67
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
72
- name: Copy manual html
73
run: cp -R gen/manual/isa/top/all/html _site/manual
74
- name: Setup Pages
0 commit comments