diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-03-07 18:47:16 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-03-07 18:47:16 +0100 |
commit | 289a3f456e771194cc18606051f113962f7e86c1 (patch) | |
tree | 631d2b9506d0ac46c292e73738fc814bfd99b053 /.github/workflows | |
parent | c217876059161cf6b89a114425116c65c89fba0c (diff) |
Add portable links, requires hugo 0.62
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5ef8ac..699a0b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 |