From 4eb95654125c3805a69fa3459087c008b06e7233 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 7 Oct 2019 03:20:07 +0900 Subject: [PATCH] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b983f1..5a90b22 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ For example: env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} EXTERNAL_REPOSITORY: username/external-repository - PUBLISH_BRANCH: master + PUBLISH_BRANCH: gh-pages PUBLISH_DIR: ./public ```