Add portable links, requires hugo 0.62

This commit is contained in:
Alex Shpak
2020-03-07 18:47:16 +01:00
parent c217876059
commit 289a3f456e
7 changed files with 68 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install Hugo
run: |
wget "https://github.com/gohugoio/hugo/releases/download/v0.60.0/hugo_extended_0.60.0_Linux-64bit.deb" -O /tmp/hugo.deb
wget "https://github.com/gohugoio/hugo/releases/download/v0.62.0/hugo_extended_0.62.0_Linux-64bit.deb" -O /tmp/hugo.deb
sudo dpkg -i /tmp/hugo.deb
- name: Run Hugo