diff --git a/.github/scripts/create-repo.sh b/.github/scripts/create-repo.sh index 93fe3be7e..252f8b390 100755 --- a/.github/scripts/create-repo.sh +++ b/.github/scripts/create-repo.sh @@ -45,7 +45,4 @@ done | jq -sr '[.[]]' > index.json # Alternate minified copy jq -c '.' < index.json > index.min.json -# Alternate gzipped copy -gzip -c index.json > index.json.gz - cat index.json