17
17
jobs :
18
18
# Deploys cross repo with an access token.
19
19
integration-cross-repo-push :
20
+ container : node:16.13
20
21
runs-on : ubuntu-latest
21
22
steps :
22
23
- name : Checkout
23
24
uses : actions/checkout@v3
24
25
25
26
- name : Build and Deploy
26
- uses : JamesIves/github-pages-deploy-action@v4.3.0
27
+ uses : JamesIves/github-pages-deploy-action@releases/v4
27
28
with :
28
29
git-config-name : Montezuma
29
30
git-config-email :
[email protected]
44
45
uses : actions/checkout@v3
45
46
46
47
- name : Build and Deploy
47
- uses : JamesIves/github-pages-deploy-action@v4.3.0
48
+ uses : JamesIves/github-pages-deploy-action@releases/v4
48
49
with :
49
50
token : ${{ secrets.ACCESS_TOKEN }}
50
51
branch : gh-pages
71
72
persist-credentials : false
72
73
73
74
- name : Build and Deploy
74
- uses : JamesIves/github-pages-deploy-action@v4.3.0
75
+ uses : JamesIves/github-pages-deploy-action@releases/v4
75
76
with :
76
77
branch : gh-pages
77
78
folder : integration
@@ -103,7 +104,7 @@ jobs:
103
104
apt-get update && apt-get install -y rsync
104
105
105
106
- name : Build and Deploy
106
- uses : JamesIves/github-pages-deploy-action@v4.3.0
107
+ uses : JamesIves/github-pages-deploy-action@releases/v4
107
108
with :
108
109
branch : gh-pages
109
110
folder : integration
@@ -127,7 +128,7 @@ jobs:
127
128
persist-credentials : false
128
129
129
130
- name : Build and Deploy
130
- uses : JamesIves/github-pages-deploy-action@v4.3.0
131
+ uses : JamesIves/github-pages-deploy-action@releases/v4
131
132
with :
132
133
ssh-key : ${{ secrets.DEPLOY_KEY }}
133
134
branch : gh-pages
@@ -157,7 +158,7 @@ jobs:
157
158
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
158
159
159
160
- name : Build and Deploy
160
- uses : JamesIves/github-pages-deploy-action@v4.3.0
161
+ uses : JamesIves/github-pages-deploy-action@releases/v4
161
162
with :
162
163
ssh-key : true
163
164
branch : gh-pages
@@ -186,7 +187,7 @@ jobs:
186
187
persist-credentials : false
187
188
188
189
- name : Build and Deploy
189
- uses : JamesIves/github-pages-deploy-action@v4.3.0
190
+ uses : JamesIves/github-pages-deploy-action@releases/v4
190
191
with :
191
192
ssh-key : ${{ secrets.DEPLOY_KEY }}
192
193
branch : gh-pages
@@ -195,7 +196,7 @@ jobs:
195
196
silent : true
196
197
197
198
- name : Build and Deploy
198
- uses : JamesIves/github-pages-deploy-action@v4.3.0
199
+ uses : JamesIves/github-pages-deploy-action@releases/v4
199
200
with :
200
201
ssh-key : ${{ secrets.DEPLOY_KEY }}
201
202
branch : gh-pages
@@ -228,7 +229,7 @@ jobs:
228
229
persist-credentials : false
229
230
230
231
- name : Build and Deploy
231
- uses : JamesIves/github-pages-deploy-action@v4.3.0
232
+ uses : JamesIves/github-pages-deploy-action@releases/v4
232
233
with :
233
234
token : ${{ secrets.ACCESS_TOKEN }}
234
235
branch : gh-pages
@@ -247,7 +248,7 @@ jobs:
247
248
persist-credentials : false
248
249
249
250
- name : Build and Deploy
250
- uses : JamesIves/github-pages-deploy-action@v4.3.0
251
+ uses : JamesIves/github-pages-deploy-action@releases/v4
251
252
with :
252
253
token : ${{ secrets.ACCESS_TOKEN }}
253
254
branch : integration-test-delete-prod
@@ -256,7 +257,7 @@ jobs:
256
257
silent : true
257
258
258
259
- name : Build and Deploy
259
- uses : JamesIves/github-pages-deploy-action@v4.3.0
260
+ uses : JamesIves/github-pages-deploy-action@releases/v4
260
261
with :
261
262
token : ${{ secrets.ACCESS_TOKEN }}
262
263
branch : integration-test-delete-prod
@@ -284,7 +285,7 @@ jobs:
284
285
run : echo $RANDOM > integration/1
285
286
286
287
- name : Build and Deploy
287
- uses : JamesIves/github-pages-deploy-action@v4.3.0
288
+ uses : JamesIves/github-pages-deploy-action@releases/v4
288
289
with :
289
290
git-config-name : Montezuma
290
291
git-config-email :
[email protected]
@@ -306,7 +307,7 @@ jobs:
306
307
run : echo $RANDOM > integration/2
307
308
308
309
- name : Build and Deploy
309
- uses : JamesIves/github-pages-deploy-action@v4.3.0
310
+ uses : JamesIves/github-pages-deploy-action@releases/v4
310
311
with :
311
312
git-config-name : Montezuma
312
313
git-config-email :
[email protected]
0 commit comments