#106, Upgrade to hugo 0.60

This commit is contained in:
Alex Shpak
2019-12-01 14:54:37 +01:00
parent 995c1e695c
commit 5af2b92f00
9 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
- name: Install Hugo
run: |
wget https://github.com/gohugoio/hugo/releases/download/v0.59.1/hugo_extended_0.59.1_Linux-64bit.deb -O /tmp/hugo.deb
wget https://github.com/gohugoio/hugo/releases/download/v0.60.1/hugo_extended_0.60.1_Linux-64bit.deb -O /tmp/hugo.deb
sudo dpkg -i /tmp/hugo.deb
- name: Run Hugo