docs: update exclude_assets

This commit is contained in:
Shohei Ueda 2020-10-12 14:39:56 +09:00 committed by GitHub
parent 9765b50692
commit 4682881fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,9 @@ Set `exclude_assets` to empty for including the `.github` directory to deploymen
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: 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: '' exclude_assets: ''
``` ```