Loading process-templates.sh +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ function maybe_process_template() { curl -sS -H "$AUTH_HEADER" --output "$DOC_OUT/ref/$project_name.md" "$API_URL/projects/$project_id/repository/files/README.md/raw?ref=$project_default_branch" # add frontmatter sed -i "1i---\nrepo_name: $project_nice_name\nrepo_url: $web_url\nicon_url: $$web_url/-/avatar\n---\n" "$DOC_OUT/ref/$project_name.md" sed -i "1i---\nrepo_name: $project_nice_name\nrepo_url: $web_url\nicon_url: $web_url/-/avatar\n---\n" "$DOC_OUT/ref/$project_name.md" # write template card { Loading Loading
process-templates.sh +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ function maybe_process_template() { curl -sS -H "$AUTH_HEADER" --output "$DOC_OUT/ref/$project_name.md" "$API_URL/projects/$project_id/repository/files/README.md/raw?ref=$project_default_branch" # add frontmatter sed -i "1i---\nrepo_name: $project_nice_name\nrepo_url: $web_url\nicon_url: $$web_url/-/avatar\n---\n" "$DOC_OUT/ref/$project_name.md" sed -i "1i---\nrepo_name: $project_nice_name\nrepo_url: $web_url\nicon_url: $web_url/-/avatar\n---\n" "$DOC_OUT/ref/$project_name.md" # write template card { Loading