File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 25
25
FOLDER : integration
26
26
BASE_BRANCH : dev
27
27
TARGET_FOLDER : cat/montezuma
28
+ LFS : true
28
29
GIT_CONFIG_NAME : Montezuma
29
30
GIT_CONFIG_EMAIL : montezuma@jamesiv.es
30
31
51
52
BRANCH : gh-pages
52
53
FOLDER : integration
53
54
BASE_BRANCH : dev
55
+ LFS : true
54
56
TARGET_FOLDER : cat/montezuma2
55
57
56
58
- name : Cleanup Generated Branch
Original file line number Diff line number Diff line change 62
62
npm run build
63
63
64
64
- name : Deploy 🚀
65
- uses : JamesIves/github-pages-deploy-action@3.6.0
65
+ uses : JamesIves/github-pages-deploy-action@3.6.1
66
66
with :
67
67
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68
68
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
187
187
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
188
188
189
189
- name : Deploy 🚀
190
- uses : JamesIves/github-pages-deploy-action@releases/v3
190
+ uses : JamesIves/github-pages-deploy-action@3.6.1
191
191
with :
192
192
SSH : true
193
193
BRANCH : gh-pages
@@ -223,7 +223,7 @@ jobs:
223
223
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
224
224
225
225
- name : Deploy 🚀
226
- uses : JamesIves/github-pages-deploy-action@releases/v3
226
+ uses : JamesIves/github-pages-deploy-action@3.6.1
227
227
with :
228
228
BASE_BRANCH : master
229
229
BRANCH : gh-pages
@@ -290,7 +290,7 @@ jobs:
290
290
name: site
291
291
292
292
- name: Deploy 🚀
293
- uses: JamesIves/github-pages-deploy-action@releases/v3
293
+ uses: JamesIves/github-pages-deploy-action@3.6.1
294
294
with:
295
295
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
296
296
BRANCH: gh-pages
@@ -312,7 +312,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
312
312
apt-get update && apt-get install -y rsync
313
313
314
314
- name: Deploy 🚀
315
- uses: JamesIves/github-pages-deploy-action@releases/v3
315
+ uses: JamesIves/github-pages-deploy-action@3.6.1
316
316
` ` `
317
317
318
318
---
Original file line number Diff line number Diff line change 2
2
"name" : " @jamesives/github-pages-deploy-action" ,
3
3
"description" : " GitHub action for building a project and deploying it to GitHub pages." ,
4
4
"author" : " James Ives <iam@jamesiv.es> (https://jamesiv.es)" ,
5
- "version" : " 3.5.9 " ,
5
+ "version" : " 3.6.0 " ,
6
6
"license" : " MIT" ,
7
7
"main" : " lib/lib.js" ,
8
8
"types" : " lib/lib.d.ts" ,
You can’t perform that action at this time.
0 commit comments