Skip to content

Commit d2a0297

Browse files
authored
fix(ci): add missing require for index.html step (#1010)
1 parent 6712178 commit d2a0297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
env:
216216
PAGES_URL: https://riscv-software-src.github.io/riscv-unified-db
217217
run: |
218-
ruby -r erb -e "File.write('_site/index.html', ERB.new(File.read('tools/scripts/pages.html.erb'), trim_mode: '-').result(binding))"
218+
ruby -r erb -r date -e "File.write('_site/index.html', ERB.new(File.read('tools/scripts/pages.html.erb'), trim_mode: '-').result(binding))"
219219
220220
221221
- name: Setup Pages

0 commit comments

Comments
 (0)