File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,14 @@ jobs:
32
32
steps :
33
33
- name : Install Hugo CLI
34
34
run : |
35
- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${{ vars.HUGO_VERSION }}/hugo_extended_${{ vars.HUGO_VERSION }}_linux-amd64.deb \
36
- && sudo dpkg -i ${{ runner.temp }}/hugo.deb
35
+ sudo snap install hugo
37
36
- name : Checkout
38
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
39
38
with :
40
39
submodules : recursive
41
40
- name : Setup Pages
42
41
id : pages
43
- uses : actions/configure-pages@v2
42
+ uses : actions/configure-pages@v5
44
43
- name : Build with Hugo
45
44
env :
46
45
# For maximum backward compatibility with Hugo modules
51
50
--minify \
52
51
--baseURL "${{ steps.pages.outputs.base_url }}/"
53
52
- name : Upload artifact
54
- uses : actions/upload-pages-artifact@v1
53
+ uses : actions/upload-pages-artifact@v3
55
54
with :
56
55
path : ./public
57
56
65
64
steps :
66
65
- name : Deploy to GitHub Pages
67
66
id : deployment
68
- uses : actions/deploy-pages@v1
67
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments