Skip to content
Snippets Groups Projects
Unverified Commit 64d1b858 authored by Timo Furrer's avatar Timo Furrer
Browse files

Fix readme spacing

parent 15388aae
No related branches found
No related tags found
No related merge requests found
docs: docs:
csplit -sf readme -n 1 .gitlab/README.md '/<INPUTS>/' csplit -sf readme -n 1 .gitlab/README.md '/<INPUTS>/'
yq '.spec.inputs | .[] | "| `" + key + "` | `" + .default + "` | " + .description + " |"' templates/full-pipeline.yml > readme_inputs.md yq '.spec.inputs | .[] | "| `" + key + "` | `" + .default + "` | " + .description + " |"' templates/full-pipeline.yml > readme_inputs.md
echo '<!-- This document is generated by `make docs` from `.gitlab/README.md` -->\n' > README.md echo '<!-- This document is generated by `make docs` from `.gitlab/README.md` -->' > README.md
echo >> README.md
cat readme0 >> README.md cat readme0 >> README.md
cat readme_inputs.md >> README.md cat readme_inputs.md >> README.md
tail -n+2 readme1 >> README.md tail -n+2 readme1 >> README.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment