Skip to content

Commit

Permalink
move back to latest version of Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamps committed Feb 2, 2021
1 parent 17dbc0f commit 9960a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ phases:
- git submodule init
- git submodule update --recursive --remote --merge
- echo Install Hugo
# Use known tested version of Hugo
- wget https://github.com/gohugoio/hugo/releases/download/v0.71.0/hugo_extended_0.71.0_Linux-64bit.tar.gz -O hugo_extended_0.71.0_Linux-64bit.tar.gz
# Latest version of Hugo
- curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "download_url.*Linux-64bit.tar.gz" | grep -v "extended" | cut -d '"' -f 4 | wget -qi -
- HUGO_TAR="$(find . -name "*Linux-64bit.tar.gz")"
- tar -xzf $HUGO_TAR
- chmod +x hugo
Expand Down

0 comments on commit 9960a6e

Please sign in to comment.