23
23
24
24
25
25
- name : Build and Deploy
26
- uses : JamesIves/github-pages-deploy-action@4.1.9
26
+ uses : JamesIves/github-pages-deploy-action@4.2.0
27
27
with :
28
28
git-config-name : Montezuma
29
29
git-config-email :
[email protected]
44
44
uses : actions/checkout@v1
45
45
46
46
- name : Build and Deploy
47
- uses : JamesIves/github-pages-deploy-action@4.1.9
47
+ uses : JamesIves/github-pages-deploy-action@4.2.0
48
48
with :
49
49
token : ${{ secrets.ACCESS_TOKEN }}
50
50
branch : gh-pages
71
71
persist-credentials : false
72
72
73
73
- name : Build and Deploy
74
- uses : JamesIves/github-pages-deploy-action@4.1.9
74
+ uses : JamesIves/github-pages-deploy-action@4.2.0
75
75
with :
76
76
branch : gh-pages
77
77
folder : integration
@@ -103,7 +103,7 @@ jobs:
103
103
apt-get update && apt-get install -y rsync
104
104
105
105
- name : Build and Deploy
106
- uses : JamesIves/github-pages-deploy-action@4.1.9
106
+ uses : JamesIves/github-pages-deploy-action@4.2.0
107
107
with :
108
108
branch : gh-pages
109
109
folder : integration
@@ -127,7 +127,7 @@ jobs:
127
127
persist-credentials : false
128
128
129
129
- name : Build and Deploy
130
- uses : JamesIves/github-pages-deploy-action@4.1.9
130
+ uses : JamesIves/github-pages-deploy-action@4.2.0
131
131
with :
132
132
ssh-key : ${{ secrets.DEPLOY_KEY }}
133
133
branch : gh-pages
@@ -157,7 +157,7 @@ jobs:
157
157
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
158
158
159
159
- name : Build and Deploy
160
- uses : JamesIves/github-pages-deploy-action@4.1.9
160
+ uses : JamesIves/github-pages-deploy-action@4.2.0
161
161
with :
162
162
ssh-key : true
163
163
branch : gh-pages
@@ -186,7 +186,7 @@ jobs:
186
186
persist-credentials : false
187
187
188
188
- name : Build and Deploy
189
- uses : JamesIves/github-pages-deploy-action@4.1.9
189
+ uses : JamesIves/github-pages-deploy-action@4.2.0
190
190
with :
191
191
ssh-key : ${{ secrets.DEPLOY_KEY }}
192
192
branch : gh-pages
@@ -195,7 +195,7 @@ jobs:
195
195
silent : true
196
196
197
197
- name : Build and Deploy
198
- uses : JamesIves/github-pages-deploy-action@4.1.9
198
+ uses : JamesIves/github-pages-deploy-action@4.2.0
199
199
with :
200
200
ssh-key : ${{ secrets.DEPLOY_KEY }}
201
201
branch : gh-pages
@@ -228,7 +228,7 @@ jobs:
228
228
persist-credentials : false
229
229
230
230
- name : Build and Deploy
231
- uses : JamesIves/github-pages-deploy-action@4.1.9
231
+ uses : JamesIves/github-pages-deploy-action@4.2.0
232
232
with :
233
233
token : ${{ secrets.ACCESS_TOKEN }}
234
234
branch : gh-pages
@@ -247,7 +247,7 @@ jobs:
247
247
persist-credentials : false
248
248
249
249
- name : Build and Deploy
250
- uses : JamesIves/github-pages-deploy-action@4.1.9
250
+ uses : JamesIves/github-pages-deploy-action@4.2.0
251
251
with :
252
252
token : ${{ secrets.ACCESS_TOKEN }}
253
253
branch : integration-test-delete-prod
@@ -256,7 +256,7 @@ jobs:
256
256
silent : true
257
257
258
258
- name : Build and Deploy
259
- uses : JamesIves/github-pages-deploy-action@4.1.9
259
+ uses : JamesIves/github-pages-deploy-action@4.2.0
260
260
with :
261
261
token : ${{ secrets.ACCESS_TOKEN }}
262
262
branch : integration-test-delete-prod
0 commit comments