summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVilhelm Prytz <vilhelm@prytznet.se>2019-11-17 19:58:01 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-11-17 19:58:01 +0100
commit4a8620ce55d8d2ff62528d5369ebd2ac2731031c (patch)
tree9891efa3f41e3be90ed61a8d0467b8a30f017eb5 /.github
parent20c3faae4d6ff0bf842d0a947e9932ea98b56d48 (diff)
Update Hugo version in GitHub workflow (#98)
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 f3f7bde..666d3b6 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.58.3/hugo_extended_0.58.3_Linux-64bit.deb -O /tmp/hugo.deb
+ wget https://github.com/gohugoio/hugo/releases/download/v0.59.1/hugo_extended_0.59.1_Linux-64bit.deb -O /tmp/hugo.deb
sudo dpkg -i /tmp/hugo.deb
- name: Run Hugo