From dd074dc67fd26f934c639a4cf118e8d7921c6a1f Mon Sep 17 00:00:00 2001 From: Tyco Brah Date: Mon, 12 May 2025 01:59:32 +0300 Subject: [PATCH] content: Bump version in GitHub Pages example --- content/en/host-and-deploy/host-on-github-pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/host-and-deploy/host-on-github-pages/index.md b/content/en/host-and-deploy/host-on-github-pages/index.md index 9cd5da1e6..eafe73419 100644 --- a/content/en/host-and-deploy/host-on-github-pages/index.md +++ b/content/en/host-and-deploy/host-on-github-pages/index.md @@ -107,7 +107,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.147.1 + HUGO_VERSION: 0.147.2 HUGO_ENVIRONMENT: production TZ: America/Los_Angeles steps: