docs: bump v3.7.0-6 to v3.7.0-8
This commit is contained in:
parent
25119e64f4
commit
d7934f1bfb
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue