We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe96c2 commit b560528Copy full SHA for b560528
1 file changed
.github/workflows/release.yml
@@ -306,9 +306,6 @@ jobs:
306
runs-on: ubuntu-latest
307
needs: [build-reference-site]
308
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
309
- environment:
310
- name: github-pages
311
- url: ${{ steps.deployment.outputs.page_url }}
312
steps:
313
- name: Deploy to GitHub Pages
314
id: deployment
0 commit comments