Skip to content

Commit

Permalink
Uploads to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 22, 2024
1 parent 88b1842 commit 4a9adb9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,25 @@ jobs:
artifacts: "buildroot/output/images/*"
tag: ${{ env.HASH }}
generateReleaseNotes: true

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: buildroot/output/images

deploy:
needs: build

permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

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

runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 4a9adb9

Please sign in to comment.