Skip to content

Commit 9cb9c40

Browse files
author
Thomas PEYROT
committed
Added environment
1 parent 2084cb8 commit 9cb9c40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
pages: write # to deploy to Pages
2626
id-token: write # to verify the deployment originates from an appropriate source
2727

28+
environment:
29+
name: github-pages
30+
url: ${{ steps.deployment.outputs.page_url }}
2831
# Steps represent a sequence of tasks that will be executed as part of the job
2932
steps:
3033
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)