From c365d7efc8cb06879da3ac7cf2667d3cd2f17620 Mon Sep 17 00:00:00 2001
From: Andreas Deininger <andreas@deininger.net>
Date: Sat, 19 Aug 2023 01:20:15 +0200
Subject: [PATCH] doc: bump hugo version (#1996)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
---
 .github/workflows/documentation.yml | 4 ++--
 .github/workflows/pr.yml            | 4 ++--
 docs/{config.toml => hugo.toml}     | 0
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename docs/{config.toml => hugo.toml} (100%)

diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index 9a1896d6..603317a9 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
     env:
       GO_VERSION: '1.20'
-      HUGO_VERSION: 0.101.0
+      HUGO_VERSION: '0.117.0'
       CGO_ENABLED: 0
 
     steps:
@@ -34,7 +34,7 @@ jobs:
 
       - name: Install Hugo
         run: |
-          wget -O /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.deb
+          wget -O /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-amd64.deb
           sudo dpkg -i /tmp/hugo.deb
 
       - name: Build Documentation
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index aac592ee..5226f343 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -14,7 +14,7 @@ jobs:
     env:
       GO_VERSION: '1.20'
       GOLANGCI_LINT_VERSION: v1.53.1
-      HUGO_VERSION: 0.54.0
+      HUGO_VERSION: '0.117.0'
       CGO_ENABLED: 0
       LEGO_E2E_TESTS: CI
       MEMCACHED_HOSTS: localhost:11211
@@ -78,7 +78,7 @@ jobs:
 
       - name: Install Hugo
         run: |
-          wget -O /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.deb
+          wget -O /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-amd64.deb
           sudo dpkg -i /tmp/hugo.deb
 
       - name: Build Documentation
diff --git a/docs/config.toml b/docs/hugo.toml
similarity index 100%
rename from docs/config.toml
rename to docs/hugo.toml