File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
9
9
on :
10
10
# Runs on pushes targeting the default branch
11
11
push :
12
- branches : [" master" ]
12
+ branches : [' master' ]
13
13
14
14
# Allows you to run this workflow manually from the Actions tab
15
15
workflow_dispatch :
@@ -23,7 +23,7 @@ permissions:
23
23
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
24
24
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
25
25
concurrency :
26
- group : " pages"
26
+ group : ' pages'
27
27
cancel-in-progress : false
28
28
29
29
jobs :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
- name : Setup node
37
37
uses : actions/setup-node@v3
38
38
with :
You can’t perform that action at this time.
0 commit comments