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.118.2
34
+ HUGO_VERSION : 0.145.0
35
35
steps :
36
36
- name : Install Hugo CLI
37
37
run : |
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
- uses : actions/setup-python@v5
49
49
- run : python generate-table.py
50
50
- name : Setup Pages
51
51
id : pages
52
- uses : actions/configure-pages@v3
52
+ uses : actions/configure-pages@v5
53
53
- name : Install Node.js dependencies
54
54
run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
55
55
- name : Build with Hugo
62
62
--minify \
63
63
--baseURL "https://howtorotate.com/"
64
64
- name : Upload artifact
65
- uses : actions/upload-pages-artifact@v2
65
+ uses : actions/upload-pages-artifact@v3
66
66
with :
67
67
path : ./public
68
68
76
76
steps :
77
77
- name : Deploy to GitHub Pages
78
78
id : deployment
79
- uses : actions/deploy-pages@v2
79
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments