File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
99on :
1010 # Runs on pushes targeting the default branch
1111 push :
12- branches : [" master" ]
12+ branches : [' master' ]
1313
1414 # Allows you to run this workflow manually from the Actions tab
1515 workflow_dispatch :
@@ -23,13 +23,13 @@ permissions:
2323# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
2424# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2525concurrency :
26- group : " pages"
26+ group : ' pages'
2727 cancel-in-progress : false
2828
2929jobs :
3030 # Build job
3131 build :
32- runs-on : ubuntu-latest
32+ runs-on : ubuntu-22.04
3333 steps :
3434 - name : Checkout
3535 uses : actions/checkout@v4
5656 environment :
5757 name : github-pages
5858 url : ${{ steps.deployment.outputs.page_url }}
59- runs-on : ubuntu-latest
59+ runs-on : ubuntu-22.04
6060 needs : build
6161 steps :
6262 - name : Deploy to GitHub Pages
You can’t perform that action at this time.
0 commit comments