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 5e51dad commit 8f89092Copy full SHA for 8f89092
1 file changed
.github/workflows/deploy-pages.yml
@@ -51,6 +51,9 @@ jobs:
51
deploy:
52
needs: build
53
runs-on: ubuntu-latest
54
+ environment:
55
+ name: github-pages
56
+ url: ${{ steps.deployment.outputs.page_url }}
57
58
steps:
59
- name: Deploy to GitHub Pages
0 commit comments