File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,15 @@ permissions:
8
8
9
9
jobs :
10
10
build-and-deploy :
11
- runs-on : ubuntu-latest
12
11
permissions :
13
12
contents : write # to be able to publish a GitHub release
14
13
pull-requests : write # to be able to comment on released pull requests
15
14
pages : write # to deploy to Pages
16
15
id-token : write # to verify the deployment originates from an appropriate source
16
+ environment :
17
+ name : github-pages
18
+ url : ${{ steps.deployment.outputs.page_url }}
19
+ runs-on : ubuntu-latest
17
20
steps :
18
21
- name : Checkout 🛎️
19
22
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
34
37
target-folder : preview/${{ github.sha }}
35
38
36
39
- name : Deploy to GitHub Pages
37
- id : deployment
38
40
uses : actions/deploy-pages@v4
39
41
40
42
- name : Comment on Pull Request
You can’t perform that action at this time.
0 commit comments