summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-08 17:15:16 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-08 17:15:16 +0200
commit394b54f76bbe6ef51b1c0bcce9edb53c220b7b84 (patch)
tree533aafef61e8640e412f241b016becb06880c187 /.github
parent007bc10c07d6a6b7cb6c03a138cc90f6f74a3058 (diff)
Upgrade hugo in github action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9f820cf..f3f7bde 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.57.2/hugo_0.57.2_Linux-64bit.deb -O /tmp/hugo.deb
+ wget https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_extended_0.58.3_Linux-64bit.deb -O /tmp/hugo.deb
sudo dpkg -i /tmp/hugo.deb
- name: Run Hugo