We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458ba25 commit 6aa031cCopy full SHA for 6aa031c
.github/workflows/scripts_readme.yml
@@ -23,6 +23,7 @@ jobs:
23
markdown_file="./scripts/README.md"
24
main_header="Available Datasets"
25
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}"
27
28
- name: Commit and push changes
29
run: |
0 commit comments