File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
7878By 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
You can’t perform that action at this time.
0 commit comments