diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-01 14:54:37 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-01 14:54:47 +0100 |
commit | 5af2b92f0082f3c6b50cf3699c786ac72f891782 (patch) | |
tree | a4564ec6f6f86a4cdea11f07953fe6be889a94eb /.github/workflows | |
parent | 995c1e695cb5d6f30f0b15fe040693aab052bbf0 (diff) |
#106, Upgrade to hugo 0.60
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 666d3b6..74df52b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 |