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 fa963c7
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 @@ -46,6 +46,7 @@ jobs:
yarn install --frozen-lockfile
yarn build
mv dist/* ../build
cd build && gzip manifest.json --best --keep
- name: Upload logs
uses: actions/upload-artifact@v4
Expand All @@ -59,6 +60,12 @@ jobs:
name: manifest.json
path: build/manifest.json

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

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

0 comments on commit fa963c7

Please sign in to comment.