From ea52e95d7704b733b613c7fac6f63910cd4e9d28 Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 27 Jul 2020 12:14:13 -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 0fcfd3ab..f03ccd3b 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.9 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.