We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add3389 commit 266141cCopy full SHA for 266141c
.github/workflows/deploy.yml
@@ -43,4 +43,7 @@ jobs:
43
44
- name: Deploy to GitHub Pages
45
id: deployment
46
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
47
+ environment:
48
+ name: github-pages
49
+ url: ${{ steps.deployment.outputs.page_url }}
0 commit comments