Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9745713 commit 78213aeCopy full SHA for 78213ae
2 files changed
.github/workflows/docs.yml
@@ -93,6 +93,7 @@ jobs:
93
done
94
echo "" >> index.md
95
echo "### RISC-V datafiles" >> index.md
96
+ echo "" >> index.md
97
for json_file in eessi_api_metadata-riscv_*.json; do
98
python ../../scripts/generate_schema_md.py $json_file >> index.md
99
.github/workflows/prs.yml
@@ -78,6 +78,7 @@ jobs:
78
79
80
81
82
for json_file in eessi_api_metadata-riscv*.json; do
83
84
0 commit comments