Skip to content

Commit a3c1ca2

Browse files
committed
Versions
2 parents 01d0dd9 + ef47cb7 commit a3c1ca2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
FOLDER: integration
2626
BASE_BRANCH: dev
2727
TARGET_FOLDER: cat/montezuma
28+
LFS: true
2829
GIT_CONFIG_NAME: Montezuma
2930
GIT_CONFIG_EMAIL: [email protected]
3031

@@ -51,6 +52,7 @@ jobs:
5152
BRANCH: gh-pages
5253
FOLDER: integration
5354
BASE_BRANCH: dev
55+
LFS: true
5456
TARGET_FOLDER: cat/montezuma2
5557

5658
- name: Cleanup Generated Branch

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
npm run build
6363
6464
- name: Deploy 🚀
65-
uses: JamesIves/[email protected].0
65+
uses: JamesIves/[email protected].1
6666
with:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
BRANCH: gh-pages # The branch the action should deploy to.
@@ -187,7 +187,7 @@ With this configured you must add the `ssh-agent` step to your workflow and set
187187
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
188188

189189
- name: Deploy 🚀
190-
uses: JamesIves/github-pages-deploy-action@releases/v3
190+
uses: JamesIves/github-pages-deploy-action@3.6.1
191191
with:
192192
SSH: true
193193
BRANCH: gh-pages
@@ -223,7 +223,7 @@ jobs:
223223
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
224224

225225
- name: Deploy 🚀
226-
uses: JamesIves/github-pages-deploy-action@releases/v3
226+
uses: JamesIves/github-pages-deploy-action@3.6.1
227227
with:
228228
BASE_BRANCH: master
229229
BRANCH: gh-pages
@@ -290,7 +290,7 @@ jobs:
290290
name: site
291291
292292
- name: Deploy 🚀
293-
uses: JamesIves/github-pages-deploy-action@releases/v3
293+
uses: JamesIves/github-pages-deploy-action@3.6.1
294294
with:
295295
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
296296
BRANCH: gh-pages
@@ -312,7 +312,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
312312
apt-get update && apt-get install -y rsync
313313
314314
- name: Deploy 🚀
315-
uses: JamesIves/github-pages-deploy-action@releases/v3
315+
uses: JamesIves/github-pages-deploy-action@3.6.1
316316
```
317317

318318
---

package.json

+1-1
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 <[email protected]> (https://jamesiv.es)",
5-
"version": "3.5.9",
5+
"version": "3.6.0",
66
"license": "MIT",
77
"main": "lib/lib.js",
88
"types": "lib/lib.d.ts",

0 commit comments

Comments
 (0)