Skip to content

Commit df886d7

Browse files
Forgot to change all references from profile_pdf to just profile.
1 parent af7ecfa commit df886d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Copy cfg html
5959
run: cp -R gen/cfg_html_doc/generic_rv64/html _site/example_cfg
6060
- name: Create RVA Family PDF Spec
61-
run: ./do gen:profile_pdf[rva]
61+
run: ./do gen:profile[rva]
6262
- name: Copy RVA Family PDF
6363
run: cp gen/profile_doc/pdf/rva.pdf _site/pdfs/rva.pdf
6464
- name: Create MC-1 PDF Spec

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ task :regress do
276276
Rake::Task["gen:html"].invoke("generic_rv64")
277277
Rake::Task["gen:crd_pdf"].invoke("MockCRD-1")
278278
Rake::Task["gen:crd_pdf"].invoke("MC-1")
279-
Rake::Task["gen:profile_pdf"].invoke("MockProfileFamily")
280-
Rake::Task["gen:profile_pdf"].invoke("rva")
279+
Rake::Task["gen:profile"].invoke("MockProfileFamily")
280+
Rake::Task["gen:profile"].invoke("rva")
281281

282282
puts
283283
puts "Regression test PASSED"

0 commit comments

Comments
 (0)