Skip to content

Commit 6aa031c

Browse files
Update scripts_readme.yml
Making the paths relative to `./scripts` directory
1 parent 458ba25 commit 6aa031c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts_readme.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
markdown_file="./scripts/README.md"
2424
main_header="Available Datasets"
2525
awk -v header="$main_header" '/^#/{p=($0==("# " header));if(p)print;next}p' "${markdown_file}" > temp.md && mv temp.md "${markdown_file}"
26+
sed -i 's/\/scripts//' "${markdown_file}"
2627
2728
- name: Commit and push changes
2829
run: |

0 commit comments

Comments
 (0)