Skip to content

Commit 8a5d984

Browse files
committed
Add environment back to deploy job (required by GitHub Pages)
1 parent f4dad35 commit 8a5d984

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
permissions:
5151
pages: write
5252
id-token: write
53+
environment:
54+
name: github-pages
55+
url: ${{ steps.deployment.outputs.page_url }}
5356
steps:
5457
- name: Deploy to GitHub Pages
5558
id: deployment

0 commit comments

Comments
 (0)