We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2084cb8 commit 9cb9c40Copy full SHA for 9cb9c40
.github/workflows/deploy.yml
@@ -25,6 +25,9 @@ jobs:
25
pages: write # to deploy to Pages
26
id-token: write # to verify the deployment originates from an appropriate source
27
28
+ environment:
29
+ name: github-pages
30
+ url: ${{ steps.deployment.outputs.page_url }}
31
# Steps represent a sequence of tasks that will be executed as part of the job
32
steps:
33
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
0 commit comments