File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
args : --gc --minify --cleanDestinationDir
64
64
65
65
- name : deploy
66
- uses : peaceiris/actions-gh-pages@v2.0 .0
66
+ uses : peaceiris/actions-gh-pages@v2.1 .0
67
67
env :
68
68
ACTIONS_DEPLOY_KEY : ${{ secrets.ACTIONS_DEPLOY_KEY }}
69
69
PUBLISH_BRANCH : gh-pages
@@ -78,8 +78,8 @@ You can pull a public docker image from Docker Hub.
78
78
By pulling docker images, you can reduce the overall execution time of your workflow. In addition, ` latest` tag is provided.
79
79
80
80
` ` ` 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
83
83
` ` `
84
84
85
85
- [peaceiris/gh-pages - Docker Hub](https://hub.docker.com/r/peaceiris/gh-pages)
@@ -137,7 +137,7 @@ jobs:
137
137
run: mkdocs build
138
138
139
139
- name: Deploy to GitHub Pages
140
- uses: peaceiris/actions-gh-pages@v2.0 .0
140
+ uses: peaceiris/actions-gh-pages@v2.1 .0
141
141
env:
142
142
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
143
143
PUBLISH_BRANCH: gh-pages
You can’t perform that action at this time.
0 commit comments