File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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.131.0
34
+ HUGO_VERSION : 0.132.2
35
35
steps :
36
36
- name : Checkout
37
37
uses : actions/checkout@v4
48
48
- name : Setup Hugo
49
49
run : |
50
50
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
51
- && sudo dpkg -i ${{ runner.temp }}/hugo.deb
51
+ && sudo dpkg -i ${{ runner.temp }}/hugo.deb
52
52
- name : Build with Hugo
53
53
env :
54
54
# For maximum backward compatibility with Hugo modules
57
57
run : |
58
58
hugo \
59
59
--gc --minify \
60
- --baseURL "${{ steps.pages.outputs.base_url }}/"
60
+ --baseURL "${{ steps.pages.outputs.base_url }}/"
61
61
- name : Upload artifact
62
62
uses : actions/upload-pages-artifact@v3
63
63
with :
You can’t perform that action at this time.
0 commit comments