Skip to content

Commit

Permalink
Revert "Save gziped"
Browse files Browse the repository at this point in the history
This reverts commit 71ff031.
  • Loading branch information
vycius committed May 7, 2024
1 parent 71ff031 commit d335ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poc-vector-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
curl http://localhost:8080/lithuania/metadata --create-dirs -o "tiles/metadata.json" -s
tail -n +2 zxy.tsv | parallel -j 4 --colsep '\t' curl "http://localhost:8080/lithuania/{1}/{2}/{3}.mvt" --create-dirs -s -o "tiles/{1}/{2}/{3}.pbf.gz"
tail -n +2 zxy.tsv | parallel -j 4 --colsep '\t' curl "http://localhost:8080/lithuania/{1}/{2}/{3}.mvt" --create-dirs -s -o "tiles/{1}/{2}/{3}.pbf" --compressed
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit d335ce0

Please sign in to comment.