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 @@ -41,13 +41,13 @@ jobs:
41
41
- name : Install Dart Sass
42
42
run : sudo snap install dart-sass
43
43
- name : Checkout
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
with :
46
46
submodules : recursive
47
47
fetch-depth : 0
48
48
- name : Setup Pages
49
49
id : pages
50
- uses : actions/configure-pages@v3
50
+ uses : actions/configure-pages@v4
51
51
- name : Install Node.js dependencies
52
52
run : " [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
53
53
- name : Build with Hugo
61
61
--minify \
62
62
--baseURL "${{ steps.pages.outputs.base_url }}/"
63
63
- name : Upload artifact
64
- uses : actions/upload-pages-artifact@v1
64
+ uses : actions/upload-pages-artifact@v3
65
65
with :
66
66
path : ./public
67
67
- name : Push to GitHub Pages branch
86
86
fetch-depth : 0
87
87
- name : Deploy to GitHub Pages
88
88
id : deployment
89
- uses : actions/deploy-pages@v2
89
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments