From 4682881fa3a4b9f5a25027d6bf1b47f6d6fda5e9 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 12 Oct 2020 14:39:56 +0900 Subject: [PATCH] docs: update exclude_assets --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73e698d4e..842ccec3a 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,9 @@ Set `exclude_assets` to empty for including the `.github` directory to deploymen - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} # Recommended for this usage + # personal_token: ${{ secrets.PERSONAL_TOKEN }} # An alternative + # github_token: ${{ secrets.GITHUB_TOKEN }} # This does not work for this usage exclude_assets: '' ```