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