File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
build :
32
32
runs-on : ubuntu-latest
33
33
env :
34
- HUGO_VERSION : 0.128 .0
34
+ HUGO_VERSION : 0.142 .0
35
35
steps :
36
36
- name : Install Hugo CLI
37
37
run : |
@@ -40,12 +40,12 @@ jobs:
40
40
- name : Install Dart Sass
41
41
run : sudo snap install dart-sass
42
42
- name : Checkout
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
submodules : recursive
46
46
- name : Setup Pages
47
47
id : pages
48
- uses : actions/configure-pages@v3
48
+ uses : actions/configure-pages@v5
49
49
- name : Install Node.js dependencies
50
50
run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
51
51
- name : Build with Hugo
58
58
--minify \
59
59
--baseURL "${{ steps.pages.outputs.base_url }}/"
60
60
- name : Upload artifact
61
- uses : actions/upload-pages-artifact@v2
61
+ uses : actions/upload-pages-artifact@v3
62
62
with :
63
63
path : ./public
64
64
72
72
steps :
73
73
- name : Deploy to GitHub Pages
74
74
id : deployment
75
- uses : actions/deploy-pages@v2
75
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments