1
Fork 0

Correct CI download URL

This commit is contained in:
Jake Howard 2018-06-19 20:16:40 +01:00
parent b65d0a8507
commit 452c7bdb3e
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.41.2/hugo_0.42.1_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
command: wget https://github.com/gohugoio/hugo/releases/download/v0.42.1/hugo_0.42.1_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
- restore_cache:
key: npm-{{ checksum "package-lock.json" }}
- run: