Skip to content

Commit df93f09

Browse files
committed
Remove environment protection from deployment
1 parent 55db170 commit df93f09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
if: github.ref == 'refs/heads/docs'
5454
needs: build
5555
runs-on: ubuntu-latest
56-
environment:
57-
name: github-pages
58-
url: ${{ steps.deployment.outputs.page_url }}
5956
steps:
6057
- name: Deploy to GitHub Pages
6158
id: deployment

0 commit comments

Comments
 (0)