From 37acdb9c8dbc56e55255f36199ba2f3651b74db3 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 13 Jul 2020 13:36:09 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fcfd3ab8..03790b033 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.7 + uses: JamesIves/github-pages-deploy-action@3.5.8 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.