Skip to content

Commit e6b835f

Browse files
committed
Add environment to GH pages deployment
Signed-off-by: Pete Cheslock <[email protected]>
1 parent 84b7b7f commit e6b835f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
build-and-deploy:
1111
runs-on: ubuntu-latest
12+
environment:
13+
name: github-pages
14+
url: ${{ steps.deployment.outputs.page_url }}
1215
permissions:
1316
contents: read
1417
pages: write

0 commit comments

Comments
 (0)