summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-03-19 22:00:45 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-03-19 22:00:45 +0100
commita3059fe4f77d5bfdd12fe12977c741f863e4bd9a (patch)
tree1163953f993b08c9f0fbbc0ffc9bad9bdebc9b36 /.github
parent0d1ba29999a500166fa77187cf5c664942d09e57 (diff)
#140, Use new GetTerms function to fix tag titles
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 699a0b9..cda12fd 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.62.0/hugo_extended_0.62.0_Linux-64bit.deb" -O /tmp/hugo.deb
+ wget "https://github.com/gohugoio/hugo/releases/download/v0.65.0/hugo_extended_0.65.0_Linux-64bit.deb" -O /tmp/hugo.deb
sudo dpkg -i /tmp/hugo.deb
- name: Run Hugo