This commit is contained in:
James Ives 2020-09-12 18:49:10 -04:00
commit a3c1ca2efa
3 changed files with 8 additions and 6 deletions

View File

@ -25,6 +25,7 @@ jobs:
FOLDER: integration
BASE_BRANCH: dev
TARGET_FOLDER: cat/montezuma
LFS: true
GIT_CONFIG_NAME: Montezuma
GIT_CONFIG_EMAIL: montezuma@jamesiv.es
@ -51,6 +52,7 @@ jobs:
BRANCH: gh-pages
FOLDER: integration
BASE_BRANCH: dev
LFS: true
TARGET_FOLDER: cat/montezuma2
- name: Cleanup Generated Branch

View File

@ -62,7 +62,7 @@ jobs:
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.6.0
uses: JamesIves/github-pages-deploy-action@3.6.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@3.6.1
with:
SSH: true
BRANCH: gh-pages
@ -223,7 +223,7 @@ jobs:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@3.6.1
with:
BASE_BRANCH: master
BRANCH: gh-pages
@ -290,7 +290,7 @@ jobs:
name: site
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@3.6.1
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
@ -312,7 +312,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
apt-get update && apt-get install -y rsync
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@3.6.1
```
---

View File

@ -2,7 +2,7 @@
"name": "@jamesives/github-pages-deploy-action",
"description": "GitHub action for building a project and deploying it to GitHub pages.",
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
"version": "3.5.9",
"version": "3.6.0",
"license": "MIT",
"main": "lib/lib.js",
"types": "lib/lib.d.ts",