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 5ae06d8 commit ac2ddc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
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: $GITHUB_WORKSPACE/docs
path: docs
- id: deployment
uses: actions/deploy-pages@v4

0 comments on commit ac2ddc7

Please sign in to comment.