Skip to content

Commit 5f735a8

Browse files
committed
update deployment github action
1 parent 0fd1a2a commit 5f735a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jekyll.yml

+3-3
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,7 +23,7 @@ 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:
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Setup node
3737
uses: actions/setup-node@v3
3838
with:

0 commit comments

Comments
 (0)