We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca7b68 commit 218e68dCopy full SHA for 218e68d
1 file changed
.github/workflows/deploy.yaml
@@ -44,6 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
environment:
46
name: github-pages
47
+ url: ${{ steps.deployment.outputs.page_url }}
48
steps:
49
- name: Deploy to GitHub Pages
50
id: deployment
0 commit comments