Skip to content

Commit 912a9a3

Browse files
committed
Add environment to docs publish step
1 parent 8196240 commit 912a9a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
id-token: write # to verify the deployment originates from an trusted source
6969
pages: write # to write to gh-pages branch
7070
contents: read
71+
environment:
72+
name: github-pages
73+
url: ${{ steps.deployment.outputs.page_url }}
7174
runs-on: ubuntu-latest
7275
steps:
7376
- name: Deploy updated gh-pages content

0 commit comments

Comments
 (0)