Skip to content

Commit

Permalink
github: add action to publish assetlinks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
teobaranga committed Jan 26, 2025
1 parent df2f68a commit 8184e73
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Deploy Website

on:
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest

permissions:
pages: write
id-token: write

environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}

steps:
- uses: actions/checkout@v4
with:
sparse-checkout: docs
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
with:
path: docs
- id: deployment
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions docs/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"namespace": "android_app",
"package_name": "com.teobaranga.monica",
"sha256_cert_fingerprints":
["45:E8:E4:ED:62:8F:C2:B8:CF:BF:B3:3F:D2:32:64:C7:63:A8:6A:4F:0F:C0:20:30:2D:4E:AA:B8:B7:69:06:6F"]
["80:8F:49:1B:30:83:64:20:A6:4E:F8:66:F4:57:81:EF:89:A0:F6:66:80:F9:7A:27:F5:5B:D9:A9:AC:97:8A:A0"]
}
}]
}]

0 comments on commit 8184e73

Please sign in to comment.