28
28
uses : actions/checkout@v3
29
29
30
30
- name : Build and Deploy
31
- uses : JamesIves/github-pages-deploy-action@releases/v4
31
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
32
32
with :
33
33
git-config-name : Montezuma
34
34
git-config-email : montezuma@jamesiv.es
49
49
uses : actions/checkout@v3
50
50
51
51
- name : Build and Deploy
52
- uses : JamesIves/github-pages-deploy-action@releases/v4
52
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
53
53
with :
54
54
token : ${{ secrets.ACCESS_TOKEN }}
55
55
branch : gh-pages
76
76
persist-credentials : false
77
77
78
78
- name : Build and Deploy
79
- uses : JamesIves/github-pages-deploy-action@releases/v4
79
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
80
80
with :
81
81
branch : gh-pages
82
82
folder : integration
@@ -108,7 +108,7 @@ jobs:
108
108
apt-get update && apt-get install -y rsync
109
109
110
110
- name : Build and Deploy
111
- uses : JamesIves/github-pages-deploy-action@releases/v4
111
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
112
112
with :
113
113
branch : gh-pages
114
114
folder : integration
@@ -132,7 +132,7 @@ jobs:
132
132
persist-credentials : false
133
133
134
134
- name : Build and Deploy
135
- uses : JamesIves/github-pages-deploy-action@releases/v4
135
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
136
136
with :
137
137
ssh-key : ${{ secrets.DEPLOY_KEY }}
138
138
branch : gh-pages
@@ -162,7 +162,7 @@ jobs:
162
162
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
163
163
164
164
- name : Build and Deploy
165
- uses : JamesIves/github-pages-deploy-action@releases/v4
165
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
166
166
with :
167
167
ssh-key : true
168
168
branch : gh-pages
@@ -191,7 +191,7 @@ jobs:
191
191
persist-credentials : false
192
192
193
193
- name : Build and Deploy
194
- uses : JamesIves/github-pages-deploy-action@releases/v4
194
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
195
195
with :
196
196
ssh-key : ${{ secrets.DEPLOY_KEY }}
197
197
branch : gh-pages
@@ -200,7 +200,7 @@ jobs:
200
200
silent : true
201
201
202
202
- name : Build and Deploy
203
- uses : JamesIves/github-pages-deploy-action@releases/v4
203
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
204
204
with :
205
205
ssh-key : ${{ secrets.DEPLOY_KEY }}
206
206
branch : gh-pages
@@ -233,7 +233,7 @@ jobs:
233
233
persist-credentials : false
234
234
235
235
- name : Build and Deploy
236
- uses : JamesIves/github-pages-deploy-action@releases/v4
236
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
237
237
with :
238
238
token : ${{ secrets.ACCESS_TOKEN }}
239
239
branch : gh-pages
@@ -252,7 +252,7 @@ jobs:
252
252
persist-credentials : false
253
253
254
254
- name : Build and Deploy
255
- uses : JamesIves/github-pages-deploy-action@releases/v4
255
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
256
256
with :
257
257
token : ${{ secrets.ACCESS_TOKEN }}
258
258
branch : integration-test-delete-prod
@@ -261,7 +261,7 @@ jobs:
261
261
silent : true
262
262
263
263
- name : Build and Deploy
264
- uses : JamesIves/github-pages-deploy-action@releases/v4
264
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
265
265
with :
266
266
token : ${{ secrets.ACCESS_TOKEN }}
267
267
branch : integration-test-delete-prod
@@ -289,7 +289,7 @@ jobs:
289
289
run : echo $RANDOM > integration/1
290
290
291
291
- name : Build and Deploy
292
- uses : JamesIves/github-pages-deploy-action@releases/v4
292
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
293
293
with :
294
294
git-config-name : Montezuma
295
295
git-config-email : montezuma@jamesiv.es
@@ -311,7 +311,7 @@ jobs:
311
311
run : echo $RANDOM > integration/2
312
312
313
313
- name : Build and Deploy
314
- uses : JamesIves/github-pages-deploy-action@releases/v4
314
+ uses : JamesIves/github-pages-deploy-action@v4.3.2
315
315
with :
316
316
git-config-name : Montezuma
317
317
git-config-email : montezuma@jamesiv.es
0 commit comments