From b70619151ba98314f083eb5cc95b7cf9a39fe62f Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Fri, 17 Apr 2020 13:38:56 +0200 Subject: [PATCH] README: Replace `v3-test` with `v3` (#251) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 143fa117..0d6007aa 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ jobs: ssh-private-key: ${{ secrets.DEPLOY_KEY }} - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@releases/v3-test + uses: JamesIves/github-pages-deploy-action@releases/v3 with: BASE_BRANCH: master BRANCH: gh-pages