Skip to content

Commit

Permalink
Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Sep 12, 2020
2 parents 01d0dd9 + ef47cb7 commit a3c1ca2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
FOLDER: integration
BASE_BRANCH: dev
TARGET_FOLDER: cat/montezuma
LFS: true
GIT_CONFIG_NAME: Montezuma
GIT_CONFIG_EMAIL: [email protected]

Expand All @@ -51,6 +52,7 @@ jobs:
BRANCH: gh-pages
FOLDER: integration
BASE_BRANCH: dev
LFS: true
TARGET_FOLDER: cat/montezuma2

- name: Cleanup Generated Branch
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
```

---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (https://jamesiv.es)",
"version": "3.5.9",
"version": "3.6.0",
"license": "MIT",
"main": "lib/lib.js",
"types": "lib/lib.d.ts",
Expand Down

0 comments on commit a3c1ca2

Please sign in to comment.