Upgrade Hugo version on CI
This commit is contained in:
parent
d46158194c
commit
13fd2f8659
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install Hugo
|
name: Install Hugo
|
||||||
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
|
command: wget https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_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