We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf8763 commit c027c10Copy full SHA for c027c10
1 file changed
.github/workflows/build&deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
id-token: write # to verify the deployment originates from an appropriate source
33
# Deploy to the github_pages environment
34
environment:
35
- name: github_pages
+ name: github-pages
36
url: ${{ steps.deployment.outputs.page_url }}
37
# Specify runner + deployment step
38
runs-on: ubuntu-latest
0 commit comments