Skip to content

Commit b560528

Browse files
committed
feat: remove environment configuration from GitHub Pages deployment step
1 parent fbe96c2 commit b560528

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@ jobs:
306306
runs-on: ubuntu-latest
307307
needs: [build-reference-site]
308308
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
309-
environment:
310-
name: github-pages
311-
url: ${{ steps.deployment.outputs.page_url }}
312309
steps:
313310
- name: Deploy to GitHub Pages
314311
id: deployment

0 commit comments

Comments
 (0)