Skip to content

Commit 3b9d7a3

Browse files
committed
2 parents f9ac38d + 7456853 commit 3b9d7a3

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Workflow dispatch event that pushes the current version to the release branch.
1414
# From here the secondary production deployment workflow will trigger to build the dependencies.
1515
- name: Deploy 🚀
16-
uses: JamesIves/github-pages-deploy-action@4.2.0
16+
uses: JamesIves/github-pages-deploy-action@4.2.1
1717
with:
1818
branch: releases/v4
1919
folder: .

.github/workflows/integration.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2.4.0
2424

2525
- name: Build and Deploy
26-
uses: JamesIves/github-pages-deploy-action@4.2.0
26+
uses: JamesIves/github-pages-deploy-action@4.2.1
2727
with:
2828
git-config-name: Montezuma
2929
git-config-email: montezuma@jamesiv.es
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v1
4545

4646
- name: Build and Deploy
47-
uses: JamesIves/github-pages-deploy-action@4.2.0
47+
uses: JamesIves/github-pages-deploy-action@4.2.1
4848
with:
4949
token: ${{ secrets.ACCESS_TOKEN }}
5050
branch: gh-pages
@@ -71,7 +71,7 @@ jobs:
7171
persist-credentials: false
7272

7373
- name: Build and Deploy
74-
uses: JamesIves/github-pages-deploy-action@4.2.0
74+
uses: JamesIves/github-pages-deploy-action@4.2.1
7575
with:
7676
branch: gh-pages
7777
folder: integration
@@ -103,7 +103,7 @@ jobs:
103103
apt-get update && apt-get install -y rsync
104104
105105
- name: Build and Deploy
106-
uses: JamesIves/github-pages-deploy-action@4.2.0
106+
uses: JamesIves/github-pages-deploy-action@4.2.1
107107
with:
108108
branch: gh-pages
109109
folder: integration
@@ -127,7 +127,7 @@ jobs:
127127
persist-credentials: false
128128

129129
- name: Build and Deploy
130-
uses: JamesIves/github-pages-deploy-action@4.2.0
130+
uses: JamesIves/github-pages-deploy-action@4.2.1
131131
with:
132132
ssh-key: ${{ secrets.DEPLOY_KEY }}
133133
branch: gh-pages
@@ -157,7 +157,7 @@ jobs:
157157
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
158158

159159
- name: Build and Deploy
160-
uses: JamesIves/github-pages-deploy-action@4.2.0
160+
uses: JamesIves/github-pages-deploy-action@4.2.1
161161
with:
162162
ssh-key: true
163163
branch: gh-pages
@@ -186,7 +186,7 @@ jobs:
186186
persist-credentials: false
187187

188188
- name: Build and Deploy
189-
uses: JamesIves/github-pages-deploy-action@4.2.0
189+
uses: JamesIves/github-pages-deploy-action@4.2.1
190190
with:
191191
ssh-key: ${{ secrets.DEPLOY_KEY }}
192192
branch: gh-pages
@@ -195,7 +195,7 @@ jobs:
195195
silent: true
196196

197197
- name: Build and Deploy
198-
uses: JamesIves/github-pages-deploy-action@4.2.0
198+
uses: JamesIves/github-pages-deploy-action@4.2.1
199199
with:
200200
ssh-key: ${{ secrets.DEPLOY_KEY }}
201201
branch: gh-pages
@@ -228,7 +228,7 @@ jobs:
228228
persist-credentials: false
229229

230230
- name: Build and Deploy
231-
uses: JamesIves/github-pages-deploy-action@4.2.0
231+
uses: JamesIves/github-pages-deploy-action@4.2.1
232232
with:
233233
token: ${{ secrets.ACCESS_TOKEN }}
234234
branch: gh-pages
@@ -247,7 +247,7 @@ jobs:
247247
persist-credentials: false
248248

249249
- name: Build and Deploy
250-
uses: JamesIves/github-pages-deploy-action@4.2.0
250+
uses: JamesIves/github-pages-deploy-action@4.2.1
251251
with:
252252
token: ${{ secrets.ACCESS_TOKEN }}
253253
branch: integration-test-delete-prod
@@ -256,7 +256,7 @@ jobs:
256256
silent: true
257257

258258
- name: Build and Deploy
259-
uses: JamesIves/github-pages-deploy-action@4.2.0
259+
uses: JamesIves/github-pages-deploy-action@4.2.1
260260
with:
261261
token: ${{ secrets.ACCESS_TOKEN }}
262262
branch: integration-test-delete-prod

.github/workflows/sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
minimum: 500
2121

2222
- name: Deploy to GitHub Pages
23-
uses: JamesIves/github-pages-deploy-action@4.2.0
23+
uses: JamesIves/github-pages-deploy-action@4.2.1
2424
with:
2525
branch: dev
2626
folder: '.'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@jamesives/github-pages-deploy-action",
33
"description": "GitHub action for building a project and deploying it to GitHub pages.",
44
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
5-
"version": "4.2.0",
5+
"version": "4.2.1",
66
"license": "MIT",
77
"main": "lib/lib.js",
88
"types": "lib/lib.d.ts",

0 commit comments

Comments
 (0)