There was an error while loading. Please reload this page.
1 parent 8196240 commit 912a9a3Copy full SHA for 912a9a3
1 file changed
.github/workflows/merge.yml
@@ -68,6 +68,9 @@ jobs:
68
id-token: write # to verify the deployment originates from an trusted source
69
pages: write # to write to gh-pages branch
70
contents: read
71
+ environment:
72
+ name: github-pages
73
+ url: ${{ steps.deployment.outputs.page_url }}
74
runs-on: ubuntu-latest
75
steps:
76
- name: Deploy updated gh-pages content
0 commit comments