File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
steps :
25
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
26
- name : Checkout repository
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v4
28
28
- name : Checkout submodules
29
29
run : git submodule update --init --recursive --remote
30
30
31
31
- name : Setup Hugo
32
- uses : peaceiris/actions-hugo@v2
32
+ uses : peaceiris/actions-hugo@v3
33
33
with :
34
34
hugo-version : ' latest'
35
35
extended : true
60
60
run : hugo --gc --minify --cleanDestinationDir
61
61
62
62
- name : Deploy
63
- uses : peaceiris/actions-gh-pages@v3
63
+ uses : peaceiris/actions-gh-pages@v4
64
64
with :
65
65
github_token : ${{ secrets.TOKEN }}
66
66
publish_branch : master
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments