We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263234d commit cacfe8cCopy full SHA for cacfe8c
.github/workflows/release.yml
@@ -173,15 +173,16 @@ jobs:
173
pages: write
174
id-token: write
175
contents: write
176
+ environment:
177
+ name: github-pages
178
+ url: ${{ steps.deployment.outputs.page_url }}
179
if: github.event_name == 'release'
180
needs:
181
- build-web
182
steps:
183
- name: Setup Pages
- if: github.event_name == 'release'
184
uses: actions/[email protected]
185
186
- name: Deploy to GitHub Pages
187
id: deployment
188
0 commit comments