1
Fork 0

Use extended version of hugo

This commit is contained in:
Jake Howard 2018-08-15 21:37:44 +01:00
parent b80c220110
commit 1c95a026c0
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -13,7 +13,7 @@ jobs:
command: git submodule sync && git submodule update --init
- run:
name: Install Hugo
command: wget https://github.com/gohugoio/hugo/releases/download/v0.46/hugo_0.46_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
command: wget https://github.com/gohugoio/hugo/releases/download/v0.46/hugo_extended_0.46_Linux_64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
- restore_cache:
key: npm-{{ checksum "package-lock.json" }}
- run: