File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ concurrency:
21
21
jobs :
22
22
# Build job
23
23
build :
24
- runs-on : ubuntu-20.04
24
+ runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v4
27
27
with :
28
28
submodules : true # Fetch Hugo themes (true OR recursive)
29
29
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
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 : ' 0.141.0'
35
35
# extended: true
38
38
run : hugo --minify
39
39
40
40
- name : Upload artifact
41
- uses : actions/upload-pages-artifact@v2
41
+ uses : actions/upload-pages-artifact@v3
42
42
with :
43
43
path : ./public
44
44
52
52
steps :
53
53
- name : Deploy to GitHub Pages
54
54
id : deployment
55
- uses : actions/deploy-pages@v2
55
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments