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 bbd2e82 commit 6712178Copy full SHA for 6712178
.github/workflows/pages.yml
@@ -215,7 +215,7 @@ jobs:
215
env:
216
PAGES_URL: https://riscv-software-src.github.io/riscv-unified-db
217
run: |
218
- ruby -r erb -e "File.write('_site/index.html', ERB.new('tools/scripts/pages.html.erb', trim_mode: '-').result(binding))"
+ ruby -r erb -e "File.write('_site/index.html', ERB.new(File.read('tools/scripts/pages.html.erb'), trim_mode: '-').result(binding))"
219
220
221
- name: Setup Pages
0 commit comments