Skip to content

Commit 01c6f12

Browse files
committed
ci: fixed flow?
1 parent eb0c6e6 commit 01c6f12

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
99
on:
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.
2525
concurrency:
26-
group: "pages"
26+
group: 'pages'
2727
cancel-in-progress: false
2828

2929
jobs:
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
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)