Correct 0.47 url
This commit is contained in:
parent
3f672c2273
commit
acb30c5267
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
command: git submodule sync && git submodule update --init
|
command: git submodule sync && git submodule update --init
|
||||||
- run:
|
- run:
|
||||||
name: Install Hugo
|
name: Install Hugo
|
||||||
command: wget https://github.com/gohugoio/hugo/releases/download/v0.47/hugo_extended_0.47_Linux_64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
|
command: wget https://github.com/gohugoio/hugo/releases/download/v0.47/hugo_extended_0.47_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: npm-{{ checksum "package-lock.json" }}
|
key: npm-{{ checksum "package-lock.json" }}
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in a new issue