Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78213ae

Browse files
committed
Final tidy up
1 parent 9745713 commit 78213ae

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
done
9494
echo "" >> index.md
9595
echo "### RISC-V datafiles" >> index.md
96+
echo "" >> index.md
9697
for json_file in eessi_api_metadata-riscv_*.json; do
9798
python ../../scripts/generate_schema_md.py $json_file >> index.md
9899
done

.github/workflows/prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
done
7979
echo "" >> index.md
8080
echo "### RISC-V datafiles" >> index.md
81+
echo "" >> index.md
8182
for json_file in eessi_api_metadata-riscv*.json; do
8283
python ../../scripts/generate_schema_md.py $json_file >> index.md
8384
done

0 commit comments

Comments
 (0)