docs: bump v3.7.0-6 to v3.7.0-8

This commit is contained in:
peaceiris 2020-08-09 17:26:44 +09:00
parent 25119e64f4
commit d7934f1bfb
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC
1 changed files with 4 additions and 4 deletions

View File

@ -276,7 +276,7 @@ A destination subdirectory on a publishing branch. The default is empty.
```yaml ```yaml
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.0-6 uses: peaceiris/actions-gh-pages@v3.7.0-8
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
destination_dir: subdir destination_dir: subdir
@ -293,7 +293,7 @@ Values should be split with a comma.
```yaml ```yaml
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.0-6 uses: peaceiris/actions-gh-pages@v3.7.0-8
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: '.github,exclude-file1,exclude-file2' exclude_assets: '.github,exclude-file1,exclude-file2'
@ -303,7 +303,7 @@ Set `exclude_assets` to empty for including the `.github` directory to deploymen
```yaml ```yaml
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.0-6 uses: peaceiris/actions-gh-pages@v3.7.0-8
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: '' exclude_assets: ''
@ -313,7 +313,7 @@ The `exclude_assets` option supports glob patterns.
```yaml ```yaml
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.0-6 uses: peaceiris/actions-gh-pages@v3.7.0-8
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: '.github,exclude-file.txt,exclude-dir/**.txt' exclude_assets: '.github,exclude-file.txt,exclude-dir/**.txt'