File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,7 @@ permissions:
1414 contents : read
1515 pages : write
1616 id-token : write
17-
18- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
20- concurrency :
21- group : " pages"
22- cancel-in-progress : false
23-
17+
2418jobs :
2519 build :
2620 name : Generate a static build
5145 url : ${{ steps.deployment.outputs.page_url }}
5246 runs-on : ubuntu-latest
5347 needs : build
48+ # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
49+ # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
50+ concurrency :
51+ group : " pages"
52+ cancel-in-progress : false
5453 steps :
5554 - name : Deploy to GitHub Pages
5655 id : deployment
You can’t perform that action at this time.
0 commit comments