From 9ae8696e23f95b877e788037eb668282149e4df3 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 17 Oct 2020 16:11:29 -0400 Subject: [PATCH] 3.7.1 Doc --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7c40bec3..4b5d7580 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.2 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to. @@ -188,7 +188,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.2 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: SSH: true BRANCH: gh-pages @@ -224,7 +224,7 @@ jobs: ssh-private-key: ${{ secrets.DEPLOY_KEY }} - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@3.6.2 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: BASE_BRANCH: master BRANCH: gh-pages @@ -291,7 +291,7 @@ jobs: name: site - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@3.6.2 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} BRANCH: gh-pages @@ -336,4 +336,4 @@ If you'd like to enable action debugging you can set the `ACTIONS_STEP_DEBUG` en This project would not be possible without all of our fantastic [contributors](https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors). -If you'd like to support the maintenance and upkeep of this project you can [donate via GitHub Sponsors](https://github.com/sponsors/JamesIves). This project is distributed under the [MIT](https://github.com/JamesIves/github-pages-deploy-action/blob/dev/LICENSE) license. \ No newline at end of file +If you'd like to support the maintenance and upkeep of this project you can [donate via GitHub Sponsors](https://github.com/sponsors/JamesIves). This project is distributed under the [MIT](https://github.com/JamesIves/github-pages-deploy-action/blob/dev/LICENSE) license.