[SKIP CI] Stop producing gzipped copy of index file
Newer versions of the app uses the minified version instead.
This commit is contained in:
parent
d002d31c0d
commit
488889f170
3
.github/scripts/create-repo.sh
vendored
3
.github/scripts/create-repo.sh
vendored
@ -45,7 +45,4 @@ done | jq -sr '[.[]]' > index.json
|
|||||||
# Alternate minified copy
|
# Alternate minified copy
|
||||||
jq -c '.' < index.json > index.min.json
|
jq -c '.' < index.json > index.min.json
|
||||||
|
|
||||||
# Alternate gzipped copy
|
|
||||||
gzip -c index.json > index.json.gz
|
|
||||||
|
|
||||||
cat index.json
|
cat index.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user