Skip to content

Commit cabd7a8

Browse files
github: deploy: Gzip manifest
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent a4c249c commit cabd7a8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
python blueos_repository/consolidate.py
3737
mv manifest.json build/
3838
mv manifest.log build/
39+
gzip build/manifest.json --best --keep
3940
env:
4041
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
4142
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
@@ -59,6 +60,12 @@ jobs:
5960
name: manifest.json
6061
path: build/manifest.json
6162

63+
- name: Upload manifest gz
64+
uses: actions/upload-artifact@v4
65+
with:
66+
name: manifest.json.gz
67+
path: build/manifest.json.gz
68+
6269
- name: Deploy 🚀
6370
uses: JamesIves/github-pages-deploy-action@v4
6471
with:

0 commit comments

Comments
 (0)