Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
readding environment
  • Loading branch information
jluey1 authored Sep 11, 2024
1 parent ef2c0d2 commit fe3ac66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
pull-requests: write
deployments: write
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:
Expand Down

0 comments on commit fe3ac66

Please sign in to comment.