Skip to content

Commit 04cde30

Browse files
authored
fix(ci): correct pages path for isa explorer (#1012)
1 parent d2a0297 commit 04cde30

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tools/scripts/pages.html.erb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<!doctype html>
55
<html lang="en-us">
66
<head>
7-
<title>Release artifacts for <%= ENV["GITHUB_REF_NAME"] %></title>
8-
</head>
7+
<title>UnifiedDB continuous deployment artifacts for <%= ENV["GITHUB_REF_NAME"] %></title>
98
<body>
109
<h1>Release artifacts for <code>riscv-unified-db</code>, ref <%= ENV["GITHUB_REF_NAME"] %></h1>
1110
<h2>Commit <%= ENV["GITHUB_SHA"] %></h2>
@@ -46,9 +45,9 @@
4645
Candidate replacement for <a href="https://docs.google.com/spreadsheets/d/1A40dfm0nnn2-tgKIhdi3UYQ1GBr8iRiV2edFowvgp7E/edit?gid=1157775000">Profiles & Bases & Extensions Google Sheet</a>
4746
using data in riscv-unified-db.
4847
<ul>
49-
<li><a href="<%= ENV["PAGES_URL"] %>/isa_explorer/browser/ext_table.html">Extensions</a></li>
50-
<li><a href="<%= ENV["PAGES_URL"] %>/isa_explorer/browser/inst_table.html">Instructions</a></li>
51-
<li><a href="<%= ENV["PAGES_URL"] %>/isa_explorer/browser/csr_table.html">CSRs</a></li>
48+
<li><a href="<%= ENV["PAGES_URL"] %>/isa_explorer/ext_table.html">Extensions</a></li>
49+
<li><a href="<%= ENV["PAGES_URL"] %>/isa_explorer/inst_table.html">Instructions</a></li>
50+
<li><a href="<%= ENV["PAGES_URL"] %>/isa_explorer/csr_table.html">CSRs</a></li>
5251
<li><a href="<%= ENV["PAGES_URL"] %>/isa_explorer/spreadsheet/isa_explorer.xlsx">Excel version (includes Extensions, Instructions, CSRs)</a></li>
5352
</ul>
5453

0 commit comments

Comments
 (0)