Skip to content

Commit 809601e

Browse files
committed
update: readme from v2.0.0 to v2.1.0
1 parent 45f5817 commit 809601e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
args: --gc --minify --cleanDestinationDir
6464

6565
- name: deploy
66-
uses: peaceiris/actions-gh-pages@v2.0.0
66+
uses: peaceiris/actions-gh-pages@v2.1.0
6767
env:
6868
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
6969
PUBLISH_BRANCH: gh-pages
@@ -78,8 +78,8 @@ You can pull a public docker image from Docker Hub.
7878
By pulling docker images, you can reduce the overall execution time of your workflow. In addition, `latest` tag is provided.
7979

8080
```diff
81-
- uses: peaceiris/actions-gh-pages@v2.0.0
82-
+ uses: docker://peaceiris/gh-pages:v2.0.0
81+
- uses: peaceiris/actions-gh-pages@v2.1.0
82+
+ uses: docker://peaceiris/gh-pages:v2.1.0
8383
```
8484

8585
- [peaceiris/gh-pages - Docker Hub](https://hub.docker.com/r/peaceiris/gh-pages)
@@ -137,7 +137,7 @@ jobs:
137137
run: mkdocs build
138138
139139
- name: Deploy to GitHub Pages
140-
uses: peaceiris/actions-gh-pages@v2.0.0
140+
uses: peaceiris/actions-gh-pages@v2.1.0
141141
env:
142142
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
143143
PUBLISH_BRANCH: gh-pages

0 commit comments

Comments
 (0)