Skip to content

Commit 266141c

Browse files
committed
Add environment configuration to deploy step
1 parent add3389 commit 266141c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ jobs:
4343

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

0 commit comments

Comments
 (0)