Skip to content

Commit

Permalink
docs: bump v3.7.0-6 to v3.7.0-8
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Aug 9, 2020
1 parent 25119e6 commit d7934f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ A destination subdirectory on a publishing branch. The default is empty.

```yaml
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.0-6
uses: peaceiris/actions-gh-pages@v3.7.0-8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
destination_dir: subdir
Expand All @@ -293,7 +293,7 @@ Values should be split with a comma.

```yaml
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.0-6
uses: peaceiris/actions-gh-pages@v3.7.0-8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: '.github,exclude-file1,exclude-file2'
Expand All @@ -303,7 +303,7 @@ Set `exclude_assets` to empty for including the `.github` directory to deploymen

```yaml
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.0-6
uses: peaceiris/actions-gh-pages@v3.7.0-8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: ''
Expand All @@ -313,7 +313,7 @@ The `exclude_assets` option supports glob patterns.

```yaml
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.0-6
uses: peaceiris/actions-gh-pages@v3.7.0-8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: '.github,exclude-file.txt,exclude-dir/**.txt'
Expand Down

0 comments on commit d7934f1

Please sign in to comment.