mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-24 03:50:23 +00:00
docs: update exclude_assets
This commit is contained in:
parent
9765b50692
commit
4682881fa3
@ -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: ''
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user