1
Fork 0

Update hugo on CI

This commit is contained in:
Jake Howard 2018-04-15 11:54:15 +01:00
parent 8319938d1a
commit 37e3f3e65b
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -10,7 +10,7 @@ jobs:
- checkout
- run:
name: Install Hugo
command: wget https://github.com/gohugoio/hugo/releases/download/v0.36/hugo_0.36_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
command: wget https://github.com/gohugoio/hugo/releases/download/v0.38.2/hugo_0.38.2_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
- restore_cache:
key: npm-{{ checksum "package-lock.json" }}
- run: