Skip to content

Commit

Permalink
docs: update exclude_assets
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Oct 12, 2020
1 parent 9765b50 commit 4682881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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: ''
```

Expand Down

0 comments on commit 4682881

Please sign in to comment.