From d5773243ab07d8c767faf86b67b335817c1be779 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 12 Sep 2020 22:32:09 +0000 Subject: [PATCH 1/4] =?UTF-8?q?Release=203.5.10=20=F0=9F=93=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9aecf41a..d2eb131d 100644 --- a/package.json +++ b/package.json @@ -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 (https://jamesiv.es)", - "version": "3.5.9", + "version": "3.5.10", "license": "MIT", "main": "lib/lib.js", "types": "lib/lib.d.ts", From 48d8709250bda4b73390059e8a27cabee8475738 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 12 Sep 2020 18:36:04 -0400 Subject: [PATCH 2/4] Update integration.yml --- .github/workflows/integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6eec93f8..47f0ae0f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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 From 7e87bf8e08891d1241068f99540d361b0a11d5c5 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 12 Sep 2020 18:45:58 -0400 Subject: [PATCH 3/4] README Etc --- README.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5a6baacc..a7b3ec3c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@3.5.9 + uses: JamesIves/github-pages-deploy-action@3.6.0 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.0 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.0 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.0 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.0 ``` --- diff --git a/package.json b/package.json index d2eb131d..6153900f 100644 --- a/package.json +++ b/package.json @@ -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 (https://jamesiv.es)", - "version": "3.5.10", + "version": "3.6.0", "license": "MIT", "main": "lib/lib.js", "types": "lib/lib.d.ts", From ef47cb7f8a22ed76b68fa6582fa21a97f4d7e609 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 12 Sep 2020 18:47:48 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a7b3ec3c..534de5ea 100644 --- a/README.md +++ b/README.md @@ -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@3.6.0 + 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@3.6.0 + 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@3.6.0 + 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@3.6.0 + uses: JamesIves/github-pages-deploy-action@3.6.1 ``` ---