Update Hugo version in GitHub workflow (#98)

soper-book
Vilhelm Prytz 2019-11-17 19:58:01 +01:00 committed by Alex Shpak
parent 20c3faae4d
commit 4a8620ce55
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Install Hugo
run: |
wget https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_extended_0.58.3_Linux-64bit.deb -O /tmp/hugo.deb
wget https://github.com/gohugoio/hugo/releases/download/v0.59.1/hugo_extended_0.59.1_Linux-64bit.deb -O /tmp/hugo.deb
sudo dpkg -i /tmp/hugo.deb
- name: Run Hugo