Skip to content

Commit b52af04

Browse files
committed
Fix workflow: remove circular reference in environment URL
1 parent 208ee6e commit b52af04

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
environment:
1313
name: github-pages
14-
url: ${{ steps.deployment.outputs.page_url }}
1514
permissions:
1615
contents: read
1716
pages: write
@@ -43,7 +42,4 @@ jobs:
4342

4443
- name: Deploy to GitHub Pages
4544
id: deployment
46-
uses: actions/deploy-pages@v4
47-
environment:
48-
name: github-pages
49-
url: ${{ steps.deployment.outputs.page_url }}
45+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)