Install extended version of Hugo
This commit is contained in:
parent
9403ba42b6
commit
251c7b2e33
@ -42,8 +42,10 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build blog
|
- name: Build blog
|
||||||
|
# We need the `extended` version of Hugo to support CSS transpilation via `libsass`. CBA to migrate to the new
|
||||||
|
# `dartcss` tool.
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/gohugoio/hugo/releases/download/v0.139.0/hugo_0.139.0_linux-amd64.deb
|
wget https://github.com/gohugoio/hugo/releases/download/v0.139.0/hugo_extended_0.139.0_linux-amd64.deb
|
||||||
sudo dpkg -i 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
|
apt-get update && apt-get install -y git
|
||||||
git submodule init
|
git submodule init
|
||||||
|
Loading…
x
Reference in New Issue
Block a user