#140, Use new GetTerms function to fix tag titles

This commit is contained in:
Alex Shpak
2020-03-19 22:00:45 +01:00
parent 0d1ba29999
commit a3059fe4f7
10 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -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