File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- master
9
+ - deploy-docs
9
10
pull_request :
10
11
branches :
11
12
- master
12
-
13
- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
14
- permissions :
15
- id-token : write
16
- contents : read
17
- pages : write
18
- actions : read
13
+ - deploy-docs
19
14
20
15
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
21
16
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
29
24
name : github-pages
30
25
url : ${{ steps.deployment.outputs.page_url }}
31
26
runs-on : windows-latest
27
+
28
+ # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
29
+ permissions :
30
+ id-token : write
31
+ contents : read
32
+ pages : write
33
+ actions : read
34
+
32
35
steps :
33
36
- name : Checkout
34
37
uses : actions/checkout@v4
49
52
path : ' Docs/_site'
50
53
- name : Deploy to GitHub Pages
51
54
id : deployment
52
- uses : actions/deploy-pages@v3
55
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments