File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 66 - main # Set a branch to deploy
77 pull_request :
88
9- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10- permissions :
11- contents : read
12- pages : write
13- id-token : write
14-
159# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1610# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1711concurrency :
2216 # Build job
2317 build :
2418 runs-on : ubuntu-latest
19+ # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
20+ permissions :
21+ contents : read
22+ pages : write
23+ id-token : write
2524 steps :
2625 - uses : actions/checkout@v4
2726 with :
4847 name : github-pages
4948 url : ${{ steps.deployment.outputs.page_url }}
5049 runs-on : ubuntu-latest
50+ # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
51+ permissions :
52+ contents : read
53+ pages : write
54+ id-token : write
5155 needs : build
5256 steps :
5357 - name : Deploy to GitHub Pages
You can’t perform that action at this time.
0 commit comments