Skip to content

Commit

Permalink
ci: deploy: Upload manifest do 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 Jul 4, 2024
1 parent 7dbfdb4 commit f399088
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
name: generation-logs
path: manifest.log

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

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

0 comments on commit f399088

Please sign in to comment.