File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 # Allows you to run this workflow manually from the Actions tab
77 workflow_dispatch :
88
9- permissions :
10- contents : read
11-
129# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1310# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1411concurrency :
1512 group : " pages"
1613 cancel-in-progress : false
1714
1815jobs :
19- # Single deploy job since we're just deploying
2016 build :
17+ permissions :
18+ contents : read
2119 environment :
2220 name : github-pages
23- url : ${{ steps.deployment.outputs.page_url }}
2421 runs-on : ubuntu-latest
2522 steps :
2623 - name : Checkout
6461 steps :
6562 - name : Deploy to GitHub Pages
6663 id : deployment
67- uses : actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
64+ uses : actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
You can’t perform that action at this time.
0 commit comments