Install newer hugo version
All checks were successful
Build blog / build (push) Successful in 12s

This commit is contained in:
Maciej Krzyżanowski 2025-01-17 01:20:28 +01:00
parent c033fc75c8
commit e1655375f8

View File

@ -10,7 +10,9 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- run: sudo apt -qqy update - run: sudo apt -qqy update
- run: sudo apt -qqy install hugo - run: sudo apt -qqy install wget
- run: wget https://github.com/gohugoio/hugo/releases/download/v0.141.0/hugo_0.141.0_linux-amd64.deb
- run: sudo dpkg -i hugo_0.141.0_linux-amd64.deb
- run: hugo - run: hugo
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with: