From 3e09c28a7989e048762743a29919490540d7e83b Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 23 Sep 2019 14:07:50 +0900 Subject: [PATCH] docs: update tag --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b300b68..1351273 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ jobs: run: hugo --gc --minify --cleanDestinationDir - name: Deploy - uses: peaceiris/actions-gh-pages@v2.3.1 + uses: peaceiris/actions-gh-pages@v2.3.2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages @@ -150,8 +150,8 @@ You can pull a public docker image from Docker Hub. By pulling docker images, you can reduce the overall execution time of your workflow. In addition, `latest` tag is provided. ```diff -- uses: peaceiris/actions-gh-pages@v2.3.1 -+ uses: docker://peaceiris/gh-pages:v2.3.1 +- uses: peaceiris/actions-gh-pages@v2.3.2 ++ uses: docker://peaceiris/gh-pages:v2.3.2 ``` - [peaceiris/gh-pages - Docker Hub](https://hub.docker.com/r/peaceiris/gh-pages) @@ -188,7 +188,7 @@ For example: ```yaml - name: deploy - uses: peaceiris/actions-gh-pages@v2.3.1 + uses: peaceiris/actions-gh-pages@v2.3.2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages @@ -260,7 +260,7 @@ jobs: npm run build - name: deploy - uses: peaceiris/actions-gh-pages@v2.3.1 + uses: peaceiris/actions-gh-pages@v2.3.2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages @@ -308,7 +308,7 @@ jobs: run: npm run build - name: deploy - uses: peaceiris/actions-gh-pages@v2.3.1 + uses: peaceiris/actions-gh-pages@v2.3.2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages @@ -358,7 +358,7 @@ jobs: run: touch ./out/.nojekyll - name: deploy - uses: peaceiris/actions-gh-pages@v2.3.1 + uses: peaceiris/actions-gh-pages@v2.3.2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages @@ -405,7 +405,7 @@ jobs: run: npm run generate - name: deploy - uses: peaceiris/actions-gh-pages@v2.3.1 + uses: peaceiris/actions-gh-pages@v2.3.2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages @@ -453,7 +453,7 @@ jobs: run: mkdocs build - name: Deploy - uses: peaceiris/actions-gh-pages@v2.3.1 + uses: peaceiris/actions-gh-pages@v2.3.2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages