Skip to content

Commit

Permalink
github: deploy: Gzip manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 26, 2024
1 parent a4c249c commit cabd7a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
python blueos_repository/consolidate.py
mv manifest.json build/
mv manifest.log build/
gzip build/manifest.json --best --keep
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -59,6 +60,12 @@ jobs:
name: manifest.json
path: build/manifest.json

- name: Upload manifest gz
uses: actions/upload-artifact@v4
with:
name: manifest.json.gz
path: build/manifest.json.gz

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit cabd7a8

Please sign in to comment.