diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3d67227..c11df81 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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