Install Hugo from direct download
This commit is contained in:
parent
fbf25dea0b
commit
9403ba42b6
@ -43,8 +43,9 @@ jobs:
|
||||
|
||||
- name: Build blog
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y hugo=0.139.0-* git
|
||||
wget https://github.com/gohugoio/hugo/releases/download/v0.139.0/hugo_0.139.0_linux-amd64.deb
|
||||
sudo dpkg -i hugo_0.139.0_linux-amd64.deb
|
||||
apt-get update && apt-get install -y git
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
hugo --source blog
|
||||
|
Loading…
x
Reference in New Issue
Block a user