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