Skip to content

Commit

Permalink
Update environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumeise03 authored Oct 4, 2024
1 parent 9b0b7d8 commit 351fc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
# Deploy to the github_pages environment
# Deploy to the github-pages environment
environment:
name: github_pages
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
# Specify runner + deployment step
runs-on: ubuntu-latest
Expand Down

0 comments on commit 351fc12

Please sign in to comment.