Skip to content

Commit 649959e

Browse files
authored
[IDP-1845] Fix deployment, again (#20)
1 parent a4767d9 commit 649959e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
permissions:
15+
contents: read
1516
pages: write # to deploy to Pages
1617
id-token: write # to verify the deployment originates from an appropriate source
1718

19+
environment:
20+
name: github-pages
21+
url: ${{steps.deployment.outputs.page_url}}
22+
1823
steps:
1924
- uses: actions/checkout@v4
2025

@@ -31,4 +36,5 @@ jobs:
3136
path: ${{ steps.retype.outputs.retype-output-path }}
3237

3338
- name: Deploy to GitHub Pages
39+
id: deployment
3440
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)