Skip to content

Commit d3bd43b

Browse files
committed
docs: Update action tag to v2.3.0
1 parent 241ef9f commit d3bd43b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
args: --gc --minify --cleanDestinationDir
9393

9494
- name: deploy
95-
uses: peaceiris/actions-gh-pages@v2.2.0
95+
uses: peaceiris/actions-gh-pages@v2.3.0
9696
env:
9797
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
9898
PUBLISH_BRANCH: gh-pages
@@ -126,8 +126,8 @@ You can pull a public docker image from Docker Hub.
126126
By pulling docker images, you can reduce the overall execution time of your workflow. In addition, `latest` tag is provided.
127127

128128
```diff
129-
- uses: peaceiris/actions-gh-pages@v2.2.0
130-
+ uses: docker://peaceiris/gh-pages:v2.2.0
129+
- uses: peaceiris/actions-gh-pages@v2.3.0
130+
+ uses: docker://peaceiris/gh-pages:v2.3.0
131131
```
132132

133133
- [peaceiris/gh-pages - Docker Hub](https://hub.docker.com/r/peaceiris/gh-pages)
@@ -167,7 +167,7 @@ For example:
167167

168168
```yaml
169169
- name: deploy
170-
uses: peaceiris/actions-gh-pages@v2.2.0
170+
uses: peaceiris/actions-gh-pages@v2.3.0
171171
env:
172172
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
173173
PUBLISH_BRANCH: gh-pages
@@ -217,7 +217,7 @@ jobs:
217217
npm run build
218218
219219
- name: deploy
220-
uses: peaceiris/actions-gh-pages@v2.2.0
220+
uses: peaceiris/actions-gh-pages@v2.3.0
221221
env:
222222
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
223223
PUBLISH_BRANCH: gh-pages
@@ -265,7 +265,7 @@ jobs:
265265
run: npm run build
266266
267267
- name: deploy
268-
uses: peaceiris/actions-gh-pages@v2.2.0
268+
uses: peaceiris/actions-gh-pages@v2.3.0
269269
env:
270270
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
271271
PUBLISH_BRANCH: gh-pages
@@ -315,7 +315,7 @@ jobs:
315315
run: touch ./out/.nojekyll
316316
317317
- name: deploy
318-
uses: peaceiris/actions-gh-pages@v2.2.0
318+
uses: peaceiris/actions-gh-pages@v2.3.0
319319
env:
320320
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
321321
PUBLISH_BRANCH: gh-pages
@@ -362,7 +362,7 @@ jobs:
362362
run: npm run generate
363363
364364
- name: deploy
365-
uses: peaceiris/actions-gh-pages@v2.2.0
365+
uses: peaceiris/actions-gh-pages@v2.3.0
366366
env:
367367
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
368368
PUBLISH_BRANCH: gh-pages
@@ -410,7 +410,7 @@ jobs:
410410
run: mkdocs build
411411
412412
- name: Deploy
413-
uses: peaceiris/actions-gh-pages@v2.2.0
413+
uses: peaceiris/actions-gh-pages@v2.3.0
414414
env:
415415
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
416416
PUBLISH_BRANCH: gh-pages

0 commit comments

Comments
 (0)