From 51a5b047a79416eb8c85d0967b38ae25a4263f86 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 25 Sep 2019 02:47:12 +0900 Subject: [PATCH] docs: fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b55a06..5a50084 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ By default, a commit will always be generated and pushed to the `PUBLISH_BRANCH` For example: ```yaml -- name: deploy +- name: Deploy uses: peaceiris/actions-gh-pages@v2.3.2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} @@ -207,7 +207,7 @@ By default, existing files in the publish branch are removed before adding the o For example: ```yaml -- name: deploy +- name: Deploy uses: peaceiris/actions-gh-pages@v2.3.2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} @@ -218,6 +218,7 @@ For example: ``` + ## Tips and FAQ ### How to add `CNAME`