diff --git a/.github/build-package-pages.sh b/.github/build-package-pages.sh index 1cf3c7a..974ae06 100755 --- a/.github/build-package-pages.sh +++ b/.github/build-package-pages.sh @@ -18,7 +18,7 @@ for row in $(jq -r '.[] | @base64' < "$1"); do touch "$2"/"+$full_name".md content="--- type: page -title: \"$(_jq '.name')\" +title: \"Install $(_jq '.name')\" maintainer: \"$(_jq '.maintainer')\" Description: \"$(_jq '.desc' | tr '\"' "'")\" og_image: \"$(_jq '.thumb_image_url')\"